Searched refs:DoInitialMatch (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 421 static void DoInitialMatch(const SCEV *S, Loop *L, in DoInitialMatch() function 434 DoInitialMatch(S, L, Good, Bad, SE); in DoInitialMatch() 441 DoInitialMatch(AR->getStart(), L, Good, Bad, SE); in DoInitialMatch() 442 DoInitialMatch(SE.getAddRecExpr(SE.getConstant(AR->getType(), 0), in DoInitialMatch() 458 DoInitialMatch(NewMul, L, MyGood, MyBad, SE); in DoInitialMatch() 478 DoInitialMatch(S, L, Good, Bad, SE); in initialMatch()
|