Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Scalar/
H A DSROA.h125 AssumptionCache &RunAC);
H A DGVN.h195 bool runImpl(Function &F, AssumptionCache &RunAC, DominatorTree &RunDT,
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1983 bool GVN::runImpl(Function &F, AssumptionCache &RunAC, DominatorTree &RunDT, in runImpl() argument
1987 AC = &RunAC; in runImpl()
H A DSROA.cpp4493 AssumptionCache &RunAC) { in runImpl() argument
4497 AC = &RunAC; in runImpl()