Searched refs:getBestSimplifyQuery (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopRotation.cpp | 58 const SimplifyQuery SQ = getBestSimplifyQuery(AR, DL); in run() 122 const SimplifyQuery SQ = getBestSimplifyQuery(*this, F); in runOnLoop()
|
| H A D | CorrelatedValuePropagation.cpp | 1107 return runImpl(F, LVI, DT, getBestSimplifyQuery(*this, F)); in runOnFunction() 1115 bool Changed = runImpl(F, LVI, DT, getBestSimplifyQuery(AM, F)); in run()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | InstructionSimplify.h | 345 const SimplifyQuery getBestSimplifyQuery(Pass &, Function &); 347 const SimplifyQuery getBestSimplifyQuery(AnalysisManager<T, TArgs...> &, 349 const SimplifyQuery getBestSimplifyQuery(LoopStandardAnalysisResults &,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 6332 const SimplifyQuery getBestSimplifyQuery(Pass &P, Function &F) { in getBestSimplifyQuery() function 6342 const SimplifyQuery getBestSimplifyQuery(LoopStandardAnalysisResults &AR, in getBestSimplifyQuery() function 6348 const SimplifyQuery getBestSimplifyQuery(AnalysisManager<T, TArgs...> &AM, in getBestSimplifyQuery() function 6355 template const SimplifyQuery getBestSimplifyQuery(AnalysisManager<Function> &,
|