Searched refs:DoInitialMatch (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 420 static void DoInitialMatch(const SCEV *S, Loop *L, in DoInitialMatch() function 433 DoInitialMatch(S, L, Good, Bad, SE); in DoInitialMatch() 440 DoInitialMatch(AR->getStart(), L, Good, Bad, SE); in DoInitialMatch() 441 DoInitialMatch(SE.getAddRecExpr(SE.getConstant(AR->getType(), 0), in DoInitialMatch() 457 DoInitialMatch(NewMul, L, MyGood, MyBad, SE); in DoInitialMatch() 477 DoInitialMatch(S, L, Good, Bad, SE); in initialMatch()
|