Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDPartialInlining.cpp207 : GetAssumptionCache(GetAC), LookupAssumptionCache(LookupAC), in PartialInlinerImpl()
274 function_ref<AssumptionCache *(Function &)> LookupAssumptionCache; member
375 auto LookupAssumptionCache = [ACT](Function &F) -> AssumptionCache * { in runOnModule() local
384 return PartialInlinerImpl(&GetAssumptionCache, LookupAssumptionCache, in runOnModule()
1284 FunctionCloner Cloner(F, OMRI.get(), ORE, LookupAssumptionCache); in unswitchFunction()
1317 FunctionCloner Cloner(F, OI.get(), ORE, LookupAssumptionCache); in unswitchFunction()
1511 auto LookupAssumptionCache = [&FAM](Function &F) -> AssumptionCache * { in run() local
1527 if (PartialInlinerImpl(&GetAssumptionCache, LookupAssumptionCache, &GetTTI, in run()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDMemCpyOptimizer.cpp1282 AssumptionCache &AC = LookupAssumptionCache(); in processByValArgument()
1378 auto LookupAssumptionCache = [&]() -> AssumptionCache & { in run() local
1386 LookupAssumptionCache, LookupDomTree); in run()
1406 LookupAssumptionCache = std::move(LookupAssumptionCache_); in runImpl()
1436 auto LookupAssumptionCache = [this, &F]() -> AssumptionCache & { in runOnFunction() local
1443 return Impl.runImpl(F, MD, TLI, LookupAliasAnalysis, LookupAssumptionCache, in runOnFunction()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
HDMemCpyOptimizer.h43 std::function<AssumptionCache &()> LookupAssumptionCache; variable