Searched refs:LookupAC (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/ |
| H A D | HotColdSplitting.h | 40 : PSI(ProfSI), GetBFI(GBFI), GetTTI(GTTI), GetORE(GORE), LookupAC(LAC) {} in HotColdSplitting() 57 function_ref<AssumptionCache *(Function &)> LookupAC; variable
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | PartialInlining.cpp | 192 function_ref<AssumptionCache *(Function &)> LookupAC, in PartialInlinerImpl() 197 : GetAssumptionCache(GetAC), LookupAssumptionCache(LookupAC), in PartialInlinerImpl() 219 function_ref<AssumptionCache *(Function &)> LookupAC, 223 function_ref<AssumptionCache *(Function &)> LookupAC, 261 function_ref<AssumptionCache *(Function &)> LookupAC; member 993 function_ref<AssumptionCache *(Function &)> LookupAC, in FunctionCloner() argument 995 : OrigFunc(F), ORE(ORE), LookupAC(LookupAC), GetTTI(GetTTI) { in FunctionCloner() 1019 function_ref<AssumptionCache *(Function &)> LookupAC, in FunctionCloner() argument 1021 : OrigFunc(F), ORE(ORE), LookupAC(LookupAC), GetTTI(GetTTI) { in FunctionCloner() 1162 LookupAC(*RegionInfo.EntryBlock->getParent()), in doMultiRegionFunctionOutlining() [all …]
|
| H A D | HotColdSplitting.cpp | 608 AssumptionCache *AC = LookupAC(F); in outlineColdRegions() 733 auto LookupAC = [this](Function &F) -> AssumptionCache * { in runOnModule() local 739 return HotColdSplitting(PSI, GBFI, GTTI, &GetORE, LookupAC).run(M); in runOnModule() 746 auto LookupAC = [&FAM](Function &F) -> AssumptionCache * { in run() local 768 if (HotColdSplitting(PSI, GBFI, GTTI, &GetORE, LookupAC).run(M)) in run()
|