Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DFunctionSpecialization.h128 std::function<AssumptionCache &(Function &)> GetAC; variable
143 std::function<AssumptionCache &(Function &)> GetAC) in FunctionSpecializer()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSCCP.cpp113 std::function<AssumptionCache &(Function &)> GetAC, in runIPSCCP()
389 auto GetAC = [&FAM](Function &F) -> AssumptionCache & { in run() local
436 auto GetAC = [this](Function &F) -> AssumptionCache & { in runOnModule() local
H A DSampleProfile.cpp525 std::function<AssumptionCache &(Function &)> GetAC; member in __anon75a028af0111::SampleProfileLoader