Searched refs:getBestSimplifyQuery (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | InstructionSimplify.h | 286 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 D | LoopRotation.cpp | 73 const SimplifyQuery SQ = getBestSimplifyQuery(AR, DL); in run()
|
H A D | CorrelatedValuePropagation.cpp | 1300 bool Changed = runImpl(F, LVI, DT, getBestSimplifyQuery(AM, F)); in run()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 7286 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> &,
|