LLVM API Documentation
#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.
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 DEBUG_TYPE "partialinlining" |
Definition at line 26 of file PartialInlining.cpp.
| INITIALIZE_PASS | ( | PartialInliner | , |
| "partial-inliner" | , | ||
| "Partial Inliner" | , | ||
| false | , | ||
| false | |||
| ) |
Definition at line 46 of file PartialInlining.cpp.