Searched refs:DoInitialMatch (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 405 static void DoInitialMatch(const SCEV *S, Loop *L, in DoInitialMatch() function 418 DoInitialMatch(S, L, Good, Bad, SE); in DoInitialMatch() 425 DoInitialMatch(AR->getStart(), L, Good, Bad, SE); in DoInitialMatch() 426 DoInitialMatch(SE.getAddRecExpr(SE.getConstant(AR->getType(), 0), in DoInitialMatch() 442 DoInitialMatch(NewMul, L, MyGood, MyBad, SE); in DoInitialMatch() 462 DoInitialMatch(S, L, Good, Bad, SE); in initialMatch()
|