Home
last modified time | relevance | path

Searched defs:LookupAC (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DHotColdSplitting.h63 function_ref<AssumptionCache *(Function &)> LookupAC; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp260 function_ref<AssumptionCache *(Function &)> LookupAC; member
946 function_ref<AssumptionCache *(Function &)> LookupAC, in FunctionCloner()
972 function_ref<AssumptionCache *(Function &)> LookupAC, in FunctionCloner()
H A DHotColdSplitting.cpp763 auto LookupAC = [&FAM](Function &F) -> AssumptionCache * { in run() local