Searched defs:InsertLifetime (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/IPO/ |
D | AlwaysInliner.h | 31 bool InsertLifetime; variable 35 : InsertLifetime(InsertLifetime) {} in InsertLifetime() argument
|
/external/llvm/lib/Transforms/IPO/ |
D | InlineAlways.cpp | 45 AlwaysInliner(bool InsertLifetime) : Inliner(ID, InsertLifetime) { in AlwaysInliner() 76 Pass *llvm::createAlwaysInlinerPass(bool InsertLifetime) { in createAlwaysInlinerPass()
|
D | Inliner.cpp | 52 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/ |
D | AlwaysInliner.cpp | 100 AlwaysInlinerLegacyPass(bool InsertLifetime) in AlwaysInlinerLegacyPass()
|
D | Inliner.cpp | 117 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/ |
D | InlineFunction.cpp | 59 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/ |
D | InlineFunction.cpp | 88 AAResults *CalleeAAR, bool InsertLifetime) { in InlineFunction() 93 AAResults *CalleeAAR, bool InsertLifetime) { in InlineFunction() 1495 AAResults *CalleeAAR, bool InsertLifetime, in InlineFunction()
|