Searched refs:RunDT (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/ |
| H A D | SROA.h | 123 PreservedAnalyses runImpl(Function &F, DominatorTree &RunDT,
|
| H A D | GVN.h | 257 bool runImpl(Function &F, AssumptionCache &RunAC, DominatorTree &RunDT,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | GVN.cpp | 2436 bool GVN::runImpl(Function &F, AssumptionCache &RunAC, DominatorTree &RunDT, in runImpl() argument 2441 DT = &RunDT; in runImpl()
|
| H A D | SROA.cpp | 4731 PreservedAnalyses SROA::runImpl(Function &F, DominatorTree &RunDT, in runImpl() argument 4735 DT = &RunDT; in runImpl()
|