Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DSROA.h124 AssumptionCache &RunAC);
H A DGVN.h259 bool runImpl(Function &F, AssumptionCache &RunAC, DominatorTree &RunDT,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2435 bool GVN::runImpl(Function &F, AssumptionCache &RunAC, DominatorTree &RunDT, in runImpl() argument
2439 AC = &RunAC; in runImpl()
H A DSROA.cpp4753 AssumptionCache &RunAC) { in runImpl() argument
4757 AC = &RunAC; in runImpl()