Searched refs:InsertLifetime (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/contrib/llvm/lib/Transforms/IPO/ |
| HD | InlineAlways.cpp | 47 AlwaysInliner(bool InsertLifetime) in AlwaysInliner() argument 48 : Inliner(ID, -2000000000, InsertLifetime), ICA(nullptr) { in AlwaysInliner() 79 Pass *llvm::createAlwaysInlinerPass(bool InsertLifetime) { in createAlwaysInlinerPass() argument 80 return new AlwaysInliner(InsertLifetime); in createAlwaysInlinerPass()
|
| HD | Inliner.cpp | 68 : CallGraphSCCPass(ID), InlineThreshold(InlineLimit), InsertLifetime(true) {} in Inliner() 70 Inliner::Inliner(char &ID, int Threshold, bool InsertLifetime) in Inliner() argument 73 InsertLifetime(InsertLifetime) {} in Inliner() 131 int InlineHistory, bool InsertLifetime) { in InlineCallIfPossible() argument 137 if (!InlineFunction(CS, IFI, InsertLifetime)) in InlineCallIfPossible() 554 InlineHistoryID, InsertLifetime)) { in runOnSCC()
|
| /NextBSD/contrib/llvm/include/llvm/Transforms/IPO/ |
| HD | InlinerPass.h | 34 explicit Inliner(char &ID, int Threshold, bool InsertLifetime); 82 bool InsertLifetime; member
|
| /NextBSD/contrib/llvm/include/llvm/Transforms/Utils/ |
| HD | Cloning.h | 231 bool InsertLifetime = true); 233 bool InsertLifetime = true); 235 bool InsertLifetime = true);
|
| /NextBSD/contrib/llvm/include/llvm/Transforms/ |
| HD | IPO.h | 104 Pass *createAlwaysInlinerPass(bool InsertLifetime);
|
| /NextBSD/contrib/llvm/lib/Transforms/Utils/ |
| HD | InlineFunction.cpp | 57 bool InsertLifetime) { in InlineFunction() argument 58 return InlineFunction(CallSite(CI), IFI, InsertLifetime); in InlineFunction() 61 bool InsertLifetime) { in InlineFunction() argument 62 return InlineFunction(CallSite(II), IFI, InsertLifetime); in InlineFunction() 920 bool InsertLifetime) { in InlineFunction() argument 1139 if (InsertLifetime && !IFI.StaticAllocas.empty()) { in InlineFunction()
|