Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp56 const SimplifyQuery SQ = getBestSimplifyQuery(AR, DL); in run()
119 const SimplifyQuery SQ = getBestSimplifyQuery(*this, F); in runOnLoop()
H A DCorrelatedValuePropagation.cpp1168 return runImpl(F, LVI, DT, getBestSimplifyQuery(*this, F)); in runOnFunction()
1176 bool Changed = runImpl(F, LVI, DT, getBestSimplifyQuery(AM, F)); in run()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h353 const SimplifyQuery getBestSimplifyQuery(Pass &, Function &);
355 const SimplifyQuery getBestSimplifyQuery(AnalysisManager<T, TArgs...> &,
357 const SimplifyQuery getBestSimplifyQuery(LoopStandardAnalysisResults &,
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInstructionSimplify.cpp6545 const SimplifyQuery getBestSimplifyQuery(Pass &P, Function &F) { in getBestSimplifyQuery() function
6555 const SimplifyQuery getBestSimplifyQuery(LoopStandardAnalysisResults &AR, in getBestSimplifyQuery() function
6561 const SimplifyQuery getBestSimplifyQuery(AnalysisManager<T, TArgs...> &AM, in getBestSimplifyQuery() function
6568 template const SimplifyQuery getBestSimplifyQuery(AnalysisManager<Function> &,