Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h286 const SimplifyQuery getBestSimplifyQuery(Pass &, Function &);
288 const SimplifyQuery getBestSimplifyQuery(AnalysisManager<T, TArgs...> &,
290 const SimplifyQuery getBestSimplifyQuery(LoopStandardAnalysisResults &,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp73 const SimplifyQuery SQ = getBestSimplifyQuery(AR, DL); in run()
H A DCorrelatedValuePropagation.cpp1300 bool Changed = runImpl(F, LVI, DT, getBestSimplifyQuery(AM, F)); in run()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp7286 const SimplifyQuery getBestSimplifyQuery(Pass &P, Function &F) { in getBestSimplifyQuery() function
7296 const SimplifyQuery getBestSimplifyQuery(LoopStandardAnalysisResults &AR, in getBestSimplifyQuery() function
7302 const SimplifyQuery getBestSimplifyQuery(AnalysisManager<T, TArgs...> &AM, in getBestSimplifyQuery() function
7309 template const SimplifyQuery getBestSimplifyQuery(AnalysisManager<Function> &,