Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DSROA.h124 AssumptionCache &RunAC);
H A DGVN.h257 bool runImpl(Function &F, AssumptionCache &RunAC, DominatorTree &RunDT,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2436 bool GVN::runImpl(Function &F, AssumptionCache &RunAC, DominatorTree &RunDT, in runImpl() argument
2440 AC = &RunAC; in runImpl()
H A DSROA.cpp4732 AssumptionCache &RunAC) { in runImpl() argument
4736 AC = &RunAC; in runImpl()