Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionSpecialization.h263 std::function<AssumptionCache &(Function &)> GetAC; global() variable
277 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
/llvm-project/llvm/lib/Transforms/IPO/
H A DSCCP.cpp114 std::function<AssumptionCache &(Function &)> GetAC, in runIPSCCP() argument
392 auto GetAC = [&FAM](Function &F) -> AssumptionCache & { run() local
H A DSampleProfile.cpp530 std::function<AssumptionCache &(Function &)> GetAC; global() member in __anond82771cb0111::SampleProfileLoader
/llvm-project/llvm/unittests/Transforms/IPO/
H A DFunctionSpecializationTest.cpp73 auto GetAC = [this](Function &F) -> AssumptionCache & { getSpecializerFor() local