Searched refs:LookupAC (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | PartialInlining.cpp | 195 function_ref<AssumptionCache *(Function &)> LookupAC, in PartialInlinerImpl() 200 : GetAssumptionCache(GetAC), LookupAssumptionCache(LookupAC), in PartialInlinerImpl() 222 function_ref<AssumptionCache *(Function &)> LookupAC, 226 function_ref<AssumptionCache *(Function &)> LookupAC, 264 function_ref<AssumptionCache *(Function &)> LookupAC; member 996 function_ref<AssumptionCache *(Function &)> LookupAC, in FunctionCloner() argument 998 : OrigFunc(F), ORE(ORE), LookupAC(LookupAC), GetTTI(GetTTI) { in FunctionCloner() 1022 function_ref<AssumptionCache *(Function &)> LookupAC, in FunctionCloner() argument 1024 : OrigFunc(F), ORE(ORE), LookupAC(LookupAC), GetTTI(GetTTI) { in FunctionCloner() 1167 LookupAC(*RegionInfo.EntryBlock->getParent()), in doMultiRegionFunctionOutlining() [all …]
|
H A D | HotColdSplitting.cpp | 619 AssumptionCache *AC = LookupAC(F); in outlineColdRegions() 744 auto LookupAC = [this](Function &F) -> AssumptionCache * { in runOnModule() local 750 return HotColdSplitting(PSI, GBFI, GTTI, &GetORE, LookupAC).run(M); in runOnModule() 757 auto LookupAC = [&FAM](Function &F) -> AssumptionCache * { in run() local 779 if (HotColdSplitting(PSI, GBFI, GTTI, &GetORE, LookupAC).run(M)) in run()
|