Searched refs:LookupAC (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | HotColdSplitting.h | 43 : PSI(ProfSI), GetBFI(GBFI), GetTTI(GTTI), GetORE(GORE), LookupAC(LAC) {} in HotColdSplitting() 63 function_ref<AssumptionCache *(Function &)> LookupAC; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | PartialInlining.cpp | 191 function_ref<AssumptionCache *(Function &)> LookupAC, in PartialInlinerImpl() 196 : GetAssumptionCache(GetAC), LookupAssumptionCache(LookupAC), in PartialInlinerImpl() 218 function_ref<AssumptionCache *(Function &)> LookupAC, 222 function_ref<AssumptionCache *(Function &)> LookupAC, 260 function_ref<AssumptionCache *(Function &)> LookupAC; member 946 function_ref<AssumptionCache *(Function &)> LookupAC, in FunctionCloner() argument 948 : OrigFunc(F), ORE(ORE), LookupAC(LookupAC), GetTTI(GetTTI) { in FunctionCloner() 972 function_ref<AssumptionCache *(Function &)> LookupAC, in FunctionCloner() argument 974 : OrigFunc(F), ORE(ORE), LookupAC(LookupAC), GetTTI(GetTTI) { in FunctionCloner() 1116 LookupAC(*RegionInfo.EntryBlock->getParent()), in doMultiRegionFunctionOutlining() [all …]
|
| H A D | HotColdSplitting.cpp | 672 AssumptionCache *AC = LookupAC(F); in outlineColdRegions() 810 auto LookupAC = [&FAM](Function &F) -> AssumptionCache * { in run() local 832 if (HotColdSplitting(PSI, GBFI, GTTI, &GetORE, LookupAC).run(M)) in run()
|