Home
last modified time | relevance | path

Searched refs:LookupAssumptionCache (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp63 function_ref<AssumptionCache *(Function &)> LookupAssumptionCache) in LoopExtractor()
66 LookupAssumptionCache(LookupAssumptionCache) {} in LoopExtractor()
75 function_ref<AssumptionCache *(Function &)> LookupAssumptionCache; member
242 AssumptionCache *AC = LookupAssumptionCache(Func); in extractLoop()
269 auto LookupAssumptionCache = [&FAM](Function &F) -> AssumptionCache * { in run() local
273 LookupAssumptionCache) in run()
H A DPartialInlining.cpp196 : GetAssumptionCache(GetAC), LookupAssumptionCache(LookupAC), in PartialInlinerImpl()
267 function_ref<AssumptionCache *(Function &)> LookupAssumptionCache; member
1258 FunctionCloner Cloner(&F, OMRI.get(), ORE, LookupAssumptionCache, GetTTI); in unswitchFunction()
1288 FunctionCloner Cloner(&F, OI.get(), ORE, LookupAssumptionCache, GetTTI); in unswitchFunction()
1462 auto LookupAssumptionCache = [&FAM](Function &F) -> AssumptionCache * { in run() local
1480 if (PartialInlinerImpl(GetAssumptionCache, LookupAssumptionCache, GetTTI, in run()