tipc
A TIP to LLVM compiler
Static Public Member Functions | List of all members
Optimizer Class Reference

routines to optimize generated code. More...

#include <Optimizer.h>

Static Public Member Functions

static void optimize (llvm::Module *theModule)
 optimize LLVM module. More...
 

Detailed Description

routines to optimize generated code.

Member Function Documentation

◆ optimize()

void Optimizer::optimize ( llvm::Module *  theModule)
static

optimize LLVM module.

Apply a series of basic optimization passes to the given LLVM module.

Parameters
theModulean LLVM module to be optimized

The documentation for this class was generated from the following files: