Searched refs:RunAC (Results 1 – 12 of 12) sorted by relevance
/external/llvm/include/llvm/Transforms/Scalar/ |
D | SROA.h | 113 AssumptionCache &RunAC);
|
D | GVN.h | 135 bool runImpl(Function &F, AssumptionCache &RunAC, DominatorTree &RunDT,
|
/external/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
D | SROA.h | 123 AssumptionCache &RunAC);
|
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 | 123 AssumptionCache &RunAC);
|
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 2114 AC = &RunAC; in runImpl()
|
D | SROA.cpp | 4561 AssumptionCache &RunAC) { in runImpl() argument 4565 AC = &RunAC; in runImpl()
|
/external/llvm/lib/Transforms/Scalar/ |
D | GVN.cpp | 2187 bool GVN::runImpl(Function &F, AssumptionCache &RunAC, DominatorTree &RunDT, in runImpl() argument 2190 AC = &RunAC; in runImpl()
|
D | SROA.cpp | 4197 AssumptionCache &RunAC) { in runImpl() argument 4201 AC = &RunAC; 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 2294 AC = &RunAC; in runImpl()
|
D | SROA.cpp | 4736 AssumptionCache &RunAC) { in runImpl() argument 4740 AC = &RunAC; in runImpl()
|