Home
last modified time | relevance | path

Searched refs:RunAC (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Scalar/
H A DSROA.h123 AssumptionCache &RunAC);
H A DGVN.h261 bool runImpl(Function &F, AssumptionCache &RunAC, DominatorTree &RunDT,
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2578 bool GVNPass::runImpl(Function &F, AssumptionCache &RunAC, DominatorTree &RunDT, in runImpl() argument
2582 AC = &RunAC; in runImpl()
H A DSROA.cpp4717 AssumptionCache &RunAC) { in runImpl() argument
4721 AC = &RunAC; in runImpl()