Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAlwaysInliner.h33 bool InsertLifetime; variable
37 : InsertLifetime(InsertLifetime) {} in InsertLifetime() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAlwaysInliner.cpp34 Module &M, bool InsertLifetime, ProfileSummaryInfo &PSI, in AlwaysInlineImpl()
116 bool InsertLifetime; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2142 bool InsertLifetime, in InlineFunction()