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

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

Completed in 164 milliseconds