Searched refs:DoInitialMatch (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 307 static void DoInitialMatch(const SCEV *S, Loop *L, in DoInitialMatch() function 320 DoInitialMatch(S, L, Good, Bad, SE); in DoInitialMatch() 327 DoInitialMatch(AR->getStart(), L, Good, Bad, SE); in DoInitialMatch() 328 DoInitialMatch(SE.getAddRecExpr(SE.getConstant(AR->getType(), 0), in DoInitialMatch() 344 DoInitialMatch(NewMul, L, MyGood, MyBad, SE); in DoInitialMatch() 364 DoInitialMatch(S, L, Good, Bad, SE); in initialMatch()
|