Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp75 function_ref<AssumptionCache *(Function &)> LookupAssumptionCache; member
269 auto LookupAssumptionCache = [&FAM](Function &F) -> AssumptionCache * { in run() local
H A DPartialInlining.cpp267 function_ref<AssumptionCache *(Function &)> LookupAssumptionCache; member
1462 auto LookupAssumptionCache = [&FAM](Function &F) -> AssumptionCache * { in run() local