Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp72 const SimplifyQuery SQ = getBestSimplifyQuery(AR, DL); in run()
134 const SimplifyQuery SQ = getBestSimplifyQuery(*this, F); in runOnLoop()
H A DCorrelatedValuePropagation.cpp1224 bool Changed = runImpl(F, LVI, DT, getBestSimplifyQuery(AM, F)); in run()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h279 const SimplifyQuery getBestSimplifyQuery(Pass &, Function &);
281 const SimplifyQuery getBestSimplifyQuery(AnalysisManager<T, TArgs...> &,
283 const SimplifyQuery getBestSimplifyQuery(LoopStandardAnalysisResults &,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp7202 const SimplifyQuery getBestSimplifyQuery(Pass &P, Function &F) { in getBestSimplifyQuery() function
7212 const SimplifyQuery getBestSimplifyQuery(LoopStandardAnalysisResults &AR, in getBestSimplifyQuery() function
7218 const SimplifyQuery getBestSimplifyQuery(AnalysisManager<T, TArgs...> &AM, in getBestSimplifyQuery() function
7225 template const SimplifyQuery getBestSimplifyQuery(AnalysisManager<Function> &,