Searched refs:getBestSimplifyQuery (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | LoopRotation.cpp | 43 const SimplifyQuery SQ = getBestSimplifyQuery(AR, DL); in run() 99 const SimplifyQuery SQ = getBestSimplifyQuery(*this, F); in runOnLoop()
|
| H A D | CorrelatedValuePropagation.cpp | 767 return runImpl(F, LVI, DT, getBestSimplifyQuery(*this, F)); in runOnFunction() 775 bool Changed = runImpl(F, LVI, DT, getBestSimplifyQuery(AM, F)); in run()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | InstructionSimplify.h | 284 const SimplifyQuery getBestSimplifyQuery(Pass &, Function &); 286 const SimplifyQuery getBestSimplifyQuery(AnalysisManager<T, TArgs...> &, 288 const SimplifyQuery getBestSimplifyQuery(LoopStandardAnalysisResults &,
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 5444 const SimplifyQuery getBestSimplifyQuery(Pass &P, Function &F) { in getBestSimplifyQuery() function 5454 const SimplifyQuery getBestSimplifyQuery(LoopStandardAnalysisResults &AR, in getBestSimplifyQuery() function 5460 const SimplifyQuery getBestSimplifyQuery(AnalysisManager<T, TArgs...> &AM, in getBestSimplifyQuery() function 5467 template const SimplifyQuery getBestSimplifyQuery(AnalysisManager<Function> &,
|