Searched refs:RemarksEnabled (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | InlineSimple.cpp | 52 bool RemarksEnabled = false; in getInlineCost() local 57 RemarksEnabled = true; in getInlineCost() 67 RemarksEnabled ? &ORE : nullptr); in getInlineCost()
|
| H A D | WholeProgramDevirt.cpp | 432 const StringRef OptName, const StringRef TargetName, bool RemarksEnabled, in replaceAndErase() 435 if (RemarksEnabled) in replaceAndErase() 560 bool RemarksEnabled; member 594 RemarksEnabled(areRemarksEnabled()), OREGetter(OREGetter) { in DevirtModule() 1105 if (RemarksEnabled) in applySingleImplDevirt() 1214 if (RemarksEnabled || AreStatisticsEnabled()) in trySingleImplDevirt() 1392 if (RemarksEnabled) in applyICallBranchFunnel() 1485 "uniform-ret-val", FnName, RemarksEnabled, OREGetter, in applyUniformRetValOpt() 1507 if (RemarksEnabled || AreStatisticsEnabled()) in tryUniformRetValOpt() 1601 Call.replaceAndErase("unique-ret-val", FnName, RemarksEnabled, OREGetter, in applyUniqueRetValOpt() [all …]
|
| H A D | PartialInlining.cpp | 778 bool RemarksEnabled = in shouldPartialInline() local 783 GetTLI, GetBFI, &PSI, RemarksEnabled ? &ORE : nullptr); in shouldPartialInline()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | InlineOrder.cpp | 68 bool RemarksEnabled = in getInlineCostWrapper() local 72 GetBFI, PSI, RemarksEnabled ? &ORE : nullptr); in getInlineCostWrapper()
|
| H A D | InlineAdvisor.cpp | 155 bool RemarksEnabled = in getDefaultInlineAdvice() local 159 GetBFI, PSI, RemarksEnabled ? &ORE : nullptr); in getDefaultInlineAdvice()
|