Home
last modified time | relevance | path

Searched refs:LookupAC (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp190 function_ref<AssumptionCache *(Function &)> LookupAC, in PartialInlinerImpl()
195 : GetAssumptionCache(GetAC), LookupAssumptionCache(LookupAC), in PartialInlinerImpl()
217 function_ref<AssumptionCache *(Function &)> LookupAC,
221 function_ref<AssumptionCache *(Function &)> LookupAC,
259 function_ref<AssumptionCache *(Function &)> LookupAC; member
938 function_ref<AssumptionCache *(Function &)> LookupAC, in FunctionCloner() argument
940 : OrigFunc(F), ORE(ORE), LookupAC(LookupAC), GetTTI(GetTTI) { in FunctionCloner()
964 function_ref<AssumptionCache *(Function &)> LookupAC, in FunctionCloner() argument
966 : OrigFunc(F), ORE(ORE), LookupAC(LookupAC), GetTTI(GetTTI) { in FunctionCloner()
1108 LookupAC(*RegionInfo.EntryBlock->getParent()), in doMultiRegionFunctionOutlining()
[all …]
H A DHotColdSplitting.cpp671 AssumptionCache *AC = LookupAC(F); in outlineColdRegions()
809 auto LookupAC = [&FAM](Function &F) -> AssumptionCache * { in run() local
831 if (HotColdSplitting(PSI, GBFI, GTTI, &GetORE, LookupAC).run(M)) in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DHotColdSplitting.h43 : PSI(ProfSI), GetBFI(GBFI), GetTTI(GTTI), GetORE(GORE), LookupAC(LAC) {} in HotColdSplitting()
63 function_ref<AssumptionCache *(Function &)> LookupAC; variable