Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DAlwaysInliner.h30 bool InsertLifetime; variable
34 : InsertLifetime(InsertLifetime) {} in InsertLifetime() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DInliner.cpp104 LegacyInlinerBase::LegacyInlinerBase(char &ID, bool InsertLifetime) in LegacyInlinerBase()
246 bool InsertLifetime, function_ref<AAResults &(Function &)> &AARGetter, in inlineCallIfPossible()
302 bool InsertLifetime, in inlineCallsImpl()
H A DAlwaysInliner.cpp140 AlwaysInlinerLegacyPass(bool InsertLifetime) in AlwaysInlinerLegacyPass()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1757 bool InsertLifetime, in InlineFunction()