Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionSpecialization.h263 std::function<AssumptionCache &(Function &)> GetAC; variable
277 std::function<AssumptionCache &(Function &)> GetAC) in FunctionSpecializer()
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSCCP.cpp114 std::function<AssumptionCache &(Function &)> GetAC, in runIPSCCP() argument
404 auto GetAC = [&FAM](Function &F) -> AssumptionCache & { run() local
H A DSampleProfile.cpp583 std::function<AssumptionCache &(Function &)> GetAC; global() member in __anone4875bea0111::SampleProfileLoader