Home
last modified time | relevance | path

Searched refs:InsertLifetime (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/llvm/lib/Transforms/IPO/
HDInlineAlways.cpp47 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()
HDInliner.cpp68 : 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/
HDInlinerPass.h34 explicit Inliner(char &ID, int Threshold, bool InsertLifetime);
82 bool InsertLifetime; member
/NextBSD/contrib/llvm/include/llvm/Transforms/Utils/
HDCloning.h231 bool InsertLifetime = true);
233 bool InsertLifetime = true);
235 bool InsertLifetime = true);
/NextBSD/contrib/llvm/include/llvm/Transforms/
HDIPO.h104 Pass *createAlwaysInlinerPass(bool InsertLifetime);
/NextBSD/contrib/llvm/lib/Transforms/Utils/
HDInlineFunction.cpp57 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()