|
LLVM
3.7.0
|
#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"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 | |
| #define DEBUG_TYPE "partialinlining" |
Definition at line 26 of file PartialInlining.cpp.
Definition at line 46 of file PartialInlining.cpp.
| STATISTIC | ( | NumPartialInlined | , |
| "Number of functions partially inlined" | |||
| ) |
1.8.6