LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Functions
PartialInlining.cpp File Reference
#include "llvm/Transforms/IPO.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/Analysis/Dominators.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/Module.h"
#include "llvm/Pass.h"
#include "llvm/Support/CFG.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.

Macros

#define DEBUG_TYPE   "partialinlining"
 

Functions

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

Macro Definition Documentation

#define DEBUG_TYPE   "partialinlining"

Definition at line 15 of file PartialInlining.cpp.

Function Documentation

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

Definition at line 45 of file PartialInlining.cpp.

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