LLVM API Documentation
#include "Inliner.h"
#include "llvm/Instructions.h"
#include "llvm/IntrinsicInst.h"
#include "llvm/Function.h"
#include "llvm/Type.h"
#include "llvm/Support/CallSite.h"
#include "llvm/Transforms/IPO.h"
Include dependency graph for InlineSimple.cpp:
Go to the source code of this file.
Functions | |
ModulePass * | llvm::createFunctionInliningPass () |
static unsigned | CountCodeReductionForConstant (Value *V) |
static unsigned | CountCodeReductionForAlloca (Value *V) |
|
Definition at line 118 of file InlineSimple.cpp. References E, llvm::Value::getType(), I, llvm::Value::use_begin(), and llvm::Value::use_end(). |
|
Definition at line 75 of file InlineSimple.cpp. References E, llvm::User::getNumOperands(), llvm::User::getOperand(), llvm::Value::use_begin(), and llvm::Value::use_end(). |
|
|