LLVM API Documentation

Defines | Functions
PartialInlining.cpp File Reference
#include "llvm/Transforms/IPO.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/IR/CFG.h"
#include "llvm/IR/Dominators.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/Module.h"
#include "llvm/Pass.h"
#include "llvm/Transforms/Utils/Cloning.h"
#include "llvm/Transforms/Utils/CodeExtractor.h"
Include dependency graph for PartialInlining.cpp:

Go to the source code of this file.

Defines

#define DEBUG_TYPE   "partialinlining"

Functions

 STATISTIC (NumPartialInlined,"Number of functions partially inlined")
 INITIALIZE_PASS (PartialInliner,"partial-inliner","Partial Inliner", false, false) ModulePass *llvm

Define Documentation

#define DEBUG_TYPE   "partialinlining"

Definition at line 26 of file PartialInlining.cpp.


Function Documentation

INITIALIZE_PASS ( PartialInliner  ,
"partial-inliner"  ,
"Partial Inliner ,
false  ,
false   
)

Definition at line 46 of file PartialInlining.cpp.

STATISTIC ( NumPartialInlined  ,
"Number of functions partially inlined"   
)