LLVM API Documentation
#include "llvm/Transforms/IPO.h"#include "llvm/Analysis/AliasAnalysis.h"#include "llvm/Analysis/AssumptionTracker.h"#include "llvm/Analysis/CallGraph.h"#include "llvm/Analysis/InlineCost.h"#include "llvm/IR/CallSite.h"#include "llvm/IR/CallingConv.h"#include "llvm/IR/DataLayout.h"#include "llvm/IR/Instructions.h"#include "llvm/IR/IntrinsicInst.h"#include "llvm/IR/Module.h"#include "llvm/IR/Type.h"#include "llvm/Transforms/IPO/InlinerPass.h"
Go to the source code of this file.
Defines | |
| #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 | |||
| ) |
Definition at line 82 of file InlineSimple.cpp.
Definition at line 82 of file InlineSimple.cpp.
Definition at line 82 of file InlineSimple.cpp.