Searched defs:InsertLifetime (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/llvm/include/llvm/Transforms/IPO/
H A DInlinerPass.h82 bool InsertLifetime; member in struct:llvm::Inliner
/freebsd-10.1-release/contrib/llvm/lib/Transforms/IPO/
H A DInlineAlways.cpp43 AlwaysInliner(bool InsertLifetime) argument
73 Pass *llvm::createAlwaysInlinerPass(bool InsertLifetime) { argument
H A DInliner.cpp59 Inliner::Inliner(char &ID, int Threshold, bool InsertLifetime) argument
117 InlineCallIfPossible(CallSite CS, InlineFunctionInfo &IFI, InlinedArrayAllocasTy &InlinedArrayAllocas, int InlineHistory, bool InsertLifetime, const DataLayout *TD) argument
/freebsd-10.1-release/contrib/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp34 InlineFunction(CallInst *CI, InlineFunctionInfo &IFI, bool InsertLifetime) argument
38 InlineFunction(InvokeInst *II, InlineFunctionInfo &IFI, bool InsertLifetime) argument
500 InlineFunction(CallSite CS, InlineFunctionInfo &IFI, bool InsertLifetime) argument

Completed in 58 milliseconds