LLVM API Documentation
#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"
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 15 of file PartialInlining.cpp.
Definition at line 45 of file PartialInlining.cpp.
STATISTIC | ( | NumPartialInlined | , |
"Number of functions partially inlined" | |||
) |