Searched refs:getBestSimplifyQuery (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopRotation.cpp | 41 const SimplifyQuery SQ = getBestSimplifyQuery(AR, DL); in run() 86 const SimplifyQuery SQ = getBestSimplifyQuery(*this, F); in runOnLoop()
|
D | CorrelatedValuePropagation.cpp | 768 return runImpl(F, LVI, DT, getBestSimplifyQuery(*this, F)); in runOnFunction() 776 bool Changed = runImpl(F, LVI, DT, getBestSimplifyQuery(AM, F)); in run()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | InstructionSimplify.h | 243 const SimplifyQuery getBestSimplifyQuery(Pass &, Function &); 245 const SimplifyQuery getBestSimplifyQuery(AnalysisManager<T, TArgs...> &, 247 const SimplifyQuery getBestSimplifyQuery(LoopStandardAnalysisResults &,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 5156 const SimplifyQuery getBestSimplifyQuery(Pass &P, Function &F) { in getBestSimplifyQuery() function 5166 const SimplifyQuery getBestSimplifyQuery(LoopStandardAnalysisResults &AR, in getBestSimplifyQuery() function 5172 const SimplifyQuery getBestSimplifyQuery(AnalysisManager<T, TArgs...> &AM, in getBestSimplifyQuery() function 5179 template const SimplifyQuery getBestSimplifyQuery(AnalysisManager<Function> &,
|