Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionSpecialization.h171 std::function<AssumptionCache &(Function &)> GetAC; global() variable
183 FunctionSpecializer(SCCPSolver & Solver,Module & M,FunctionAnalysisManager * FAM,std::function<BlockFrequencyInfo & (Function &)> GetBFI,std::function<const TargetLibraryInfo & (Function &)> GetTLI,std::function<TargetTransformInfo & (Function &)> GetTTI,std::function<AssumptionCache & (Function &)> GetAC) FunctionSpecializer() argument
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSCCP.cpp114 std::function<AssumptionCache &(Function &)> GetAC, in runIPSCCP()
392 auto GetAC = [&FAM](Function &F) -> AssumptionCache & { in run() local
H A DSampleProfile.cpp542 std::function<AssumptionCache &(Function &)> GetAC; member in __anon71830f180111::SampleProfileLoader