Searched refs:RunDT (Results 1 – 12 of 12) sorted by relevance
/external/llvm/include/llvm/Transforms/Scalar/ |
D | SROA.h | 112 PreservedAnalyses runImpl(Function &F, DominatorTree &RunDT,
|
D | GVN.h | 135 bool runImpl(Function &F, AssumptionCache &RunAC, DominatorTree &RunDT,
|
/external/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
D | SROA.h | 122 PreservedAnalyses runImpl(Function &F, DominatorTree &RunDT,
|
D | GVN.h | 256 bool runImpl(Function &F, AssumptionCache &RunAC, DominatorTree &RunDT,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/ |
D | SROA.h | 122 PreservedAnalyses runImpl(Function &F, DominatorTree &RunDT,
|
D | GVN.h | 198 bool runImpl(Function &F, AssumptionCache &RunAC, DominatorTree &RunDT,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | GVN.cpp | 2110 bool GVN::runImpl(Function &F, AssumptionCache &RunAC, DominatorTree &RunDT, in runImpl() argument 2115 DT = &RunDT; in runImpl()
|
D | SROA.cpp | 4560 PreservedAnalyses SROA::runImpl(Function &F, DominatorTree &RunDT, in runImpl() argument 4564 DT = &RunDT; in runImpl()
|
/external/llvm/lib/Transforms/Scalar/ |
D | GVN.cpp | 2187 bool GVN::runImpl(Function &F, AssumptionCache &RunAC, DominatorTree &RunDT, in runImpl() argument 2191 DT = &RunDT; in runImpl()
|
D | SROA.cpp | 4196 PreservedAnalyses SROA::runImpl(Function &F, DominatorTree &RunDT, in runImpl() argument 4200 DT = &RunDT; in runImpl()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | GVN.cpp | 2290 bool GVN::runImpl(Function &F, AssumptionCache &RunAC, DominatorTree &RunDT, in runImpl() argument 2295 DT = &RunDT; in runImpl()
|
D | SROA.cpp | 4735 PreservedAnalyses SROA::runImpl(Function &F, DominatorTree &RunDT, in runImpl() argument 4739 DT = &RunDT; in runImpl()
|