Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/IPO/
DAlwaysInliner.h31 bool InsertLifetime; variable
35 : InsertLifetime(InsertLifetime) {} in InsertLifetime() argument
/external/llvm/lib/Transforms/IPO/
DInlineAlways.cpp45 AlwaysInliner(bool InsertLifetime) : Inliner(ID, InsertLifetime) { in AlwaysInliner()
76 Pass *llvm::createAlwaysInlinerPass(bool InsertLifetime) { in createAlwaysInlinerPass()
DInliner.cpp52 Inliner::Inliner(char &ID, bool InsertLifetime) in Inliner()
80 int InlineHistory, bool InsertLifetime) { in InlineCallIfPossible()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DAlwaysInliner.cpp100 AlwaysInlinerLegacyPass(bool InsertLifetime) in AlwaysInlinerLegacyPass()
DInliner.cpp117 LegacyInlinerBase::LegacyInlinerBase(char &ID, bool InsertLifetime) in LegacyInlinerBase()
269 bool InsertLifetime, function_ref<AAResults &(Function &)> &AARGetter, in InlineCallIfPossible()
468 bool InsertLifetime, in inlineCallsImpl()
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp59 AAResults *CalleeAAR, bool InsertLifetime) { in InlineFunction()
63 AAResults *CalleeAAR, bool InsertLifetime) { in InlineFunction()
1351 AAResults *CalleeAAR, bool InsertLifetime) { in InlineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp88 AAResults *CalleeAAR, bool InsertLifetime) { in InlineFunction()
93 AAResults *CalleeAAR, bool InsertLifetime) { in InlineFunction()
1495 AAResults *CalleeAAR, bool InsertLifetime, in InlineFunction()