Searched defs:InsertLifetime (Results 1 – 7 of 7) sorted by relevance
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
| D | AlwaysInliner.h | 30 bool InsertLifetime; variable 34 : 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-10.0/llvm/lib/Transforms/IPO/ |
| D | AlwaysInliner.cpp | 109 AlwaysInlinerLegacyPass(bool InsertLifetime) in AlwaysInlinerLegacyPass()
|
| D | Inliner.cpp | 125 LegacyInlinerBase::LegacyInlinerBase(char &ID, bool InsertLifetime) in LegacyInlinerBase() 277 bool InsertLifetime, function_ref<AAResults &(Function &)> &AARGetter, in InlineCallIfPossible() 532 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-10.0/llvm/lib/Transforms/Utils/ |
| D | InlineFunction.cpp | 89 bool InsertLifetime) { in InlineFunction() 1562 bool InsertLifetime, in InlineFunction()
|