|
LLVM
8.0.1
|
#include "llvm/Analysis/AssumptionCache.h"#include "llvm/Analysis/InlineCost.h"#include "llvm/Analysis/ProfileSummaryInfo.h"#include "llvm/Analysis/TargetLibraryInfo.h"#include "llvm/Analysis/TargetTransformInfo.h"#include "llvm/IR/CallSite.h"#include "llvm/IR/CallingConv.h"#include "llvm/IR/DataLayout.h"#include "llvm/IR/Instructions.h"#include "llvm/IR/Module.h"#include "llvm/IR/Type.h"#include "llvm/Transforms/IPO.h"#include "llvm/Transforms/IPO/Inliner.h"
Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "inline" |
Functions | |
| INITIALIZE_PASS_BEGIN (SimpleInliner, "inline", "Function Integration/Inlining", false, false) INITIALIZE_PASS_END(SimpleInliner | |
Variables | |
| inline | |
| Function Integration | Inlining |
| Function Integration | false |
| #define DEBUG_TYPE "inline" |
Definition at line 30 of file InlineSimple.cpp.
| INITIALIZE_PASS_BEGIN | ( | SimpleInliner | , |
| "inline" | , | ||
| "Function Integration/Inlining" | , | ||
| false | , | ||
| false | |||
| ) |
| Function Integration false |
Definition at line 95 of file InlineSimple.cpp.
| inline |
Definition at line 95 of file InlineSimple.cpp.
| Function Integration Inlining |
Definition at line 95 of file InlineSimple.cpp.
1.8.13