Searched refs:DoInitialMatch (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 407 static void DoInitialMatch(const SCEV *S, Loop *L, in DoInitialMatch() function 420 DoInitialMatch(S, L, Good, Bad, SE); in DoInitialMatch() 427 DoInitialMatch(AR->getStart(), L, Good, Bad, SE); in DoInitialMatch() 428 DoInitialMatch(SE.getAddRecExpr(SE.getConstant(AR->getType(), 0), in DoInitialMatch() 444 DoInitialMatch(NewMul, L, MyGood, MyBad, SE); in DoInitialMatch() 464 DoInitialMatch(S, L, Good, Bad, SE); in initialMatch()
|