Searched refs:LookupAssumptionCache (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | LoopExtractor.cpp | 68 function_ref<AssumptionCache *(Function &)> LookupAssumptionCache) in LoopExtractor() 71 LookupAssumptionCache(LookupAssumptionCache) {} in LoopExtractor() 80 function_ref<AssumptionCache *(Function &)> LookupAssumptionCache; member 247 AssumptionCache *AC = LookupAssumptionCache(Func); in extractLoop() 274 auto LookupAssumptionCache = [&FAM](Function &F) -> AssumptionCache * { in run() local 278 LookupAssumptionCache) in run()
|
H A D | PartialInlining.cpp | 200 : GetAssumptionCache(GetAC), LookupAssumptionCache(LookupAC), in PartialInlinerImpl() 271 function_ref<AssumptionCache *(Function &)> LookupAssumptionCache; member 376 auto LookupAssumptionCache = [ACT](Function &F) -> AssumptionCache * { in runOnModule() local 388 return PartialInlinerImpl(GetAssumptionCache, LookupAssumptionCache, GetTTI, in runOnModule() 1309 FunctionCloner Cloner(&F, OMRI.get(), ORE, LookupAssumptionCache, GetTTI); in unswitchFunction() 1339 FunctionCloner Cloner(&F, OI.get(), ORE, LookupAssumptionCache, GetTTI); in unswitchFunction() 1536 auto LookupAssumptionCache = [&FAM](Function &F) -> AssumptionCache * { in run() local 1554 if (PartialInlinerImpl(GetAssumptionCache, LookupAssumptionCache, GetTTI, in run()
|