Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp58 const SimplifyQuery SQ = getBestSimplifyQuery(AR, DL); in run()
122 const SimplifyQuery SQ = getBestSimplifyQuery(*this, F); in runOnLoop()
H A DCorrelatedValuePropagation.cpp1107 return runImpl(F, LVI, DT, getBestSimplifyQuery(*this, F)); in runOnFunction()
1115 bool Changed = runImpl(F, LVI, DT, getBestSimplifyQuery(AM, F)); in run()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h322 const SimplifyQuery getBestSimplifyQuery(Pass &, Function &);
324 const SimplifyQuery getBestSimplifyQuery(AnalysisManager<T, TArgs...> &,
326 const SimplifyQuery getBestSimplifyQuery(LoopStandardAnalysisResults &,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInstructionSimplify.cpp6063 const SimplifyQuery getBestSimplifyQuery(Pass &P, Function &F) { in getBestSimplifyQuery() function
6073 const SimplifyQuery getBestSimplifyQuery(LoopStandardAnalysisResults &AR, in getBestSimplifyQuery() function
6079 const SimplifyQuery getBestSimplifyQuery(AnalysisManager<T, TArgs...> &AM, in getBestSimplifyQuery() function
6086 template const SimplifyQuery getBestSimplifyQuery(AnalysisManager<Function> &,