Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopRotation.cpp41 const SimplifyQuery SQ = getBestSimplifyQuery(AR, DL); in run()
86 const SimplifyQuery SQ = getBestSimplifyQuery(*this, F); in runOnLoop()
DCorrelatedValuePropagation.cpp768 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/
DInstructionSimplify.h243 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/
DInstructionSimplify.cpp5156 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> &,