LLVM  8.0.1
Macros | Functions | Variables
AlwaysInliner.cpp File Reference
#include "llvm/Transforms/IPO/AlwaysInliner.h"
#include "llvm/ADT/SetVector.h"
#include "llvm/Analysis/AssumptionCache.h"
#include "llvm/Analysis/InlineCost.h"
#include "llvm/Analysis/TargetLibraryInfo.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"
#include "llvm/Transforms/Utils/Cloning.h"
#include "llvm/Transforms/Utils/ModuleUtils.h"
Include dependency graph for AlwaysInliner.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "inline"
 

Functions

 INITIALIZE_PASS_BEGIN (AlwaysInlinerLegacyPass, "always-inline", "Inliner for always_inline functions", false, false) INITIALIZE_PASS_END(AlwaysInlinerLegacyPass
 

Variables

always inline
 
always Inliner for always_inline functions
 
always Inliner for always_inline false
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "inline"

Definition at line 33 of file AlwaysInliner.cpp.

Function Documentation

◆ INITIALIZE_PASS_BEGIN()

INITIALIZE_PASS_BEGIN ( AlwaysInlinerLegacyPass  ,
"always-inline ,
"Inliner for always_inline functions ,
false  ,
false   
)

Variable Documentation

◆ false

always Inliner for always_inline false

Definition at line 126 of file AlwaysInliner.cpp.

◆ functions

always Inliner for always_inline functions

Definition at line 126 of file AlwaysInliner.cpp.

Referenced by LLVMCreateSimpleMCJITMemoryManager().

◆ inline

always inline

Definition at line 126 of file AlwaysInliner.cpp.