Home
last modified time | relevance | path

Searched defs:InsertLifetime (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAlwaysInliner.h33 bool InsertLifetime; variable
37 : InsertLifetime(InsertLifetime) {} in InsertLifetime() argument
/llvm-project/llvm/lib/Transforms/IPO/
H A DAlwaysInliner.cpp34 Module &M, bool InsertLifetime, ProfileSummaryInfo &PSI, in AlwaysInlineImpl() argument
116 bool InsertLifetime; global() member
[all...]
/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2131 InlineFunction(CallBase & CB,InlineFunctionInfo & IFI,bool MergeAttributes,AAResults * CalleeAAR,bool InsertLifetime,Function * ForwardVarArgsTo) InlineFunction() argument