Searched refs:DoInitialMatch (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 288 static void DoInitialMatch(const SCEV *S, Loop *L, in DoInitialMatch() function 302 DoInitialMatch(*I, L, Good, Bad, SE); in DoInitialMatch() 309 DoInitialMatch(AR->getStart(), L, Good, Bad, SE); in DoInitialMatch() 310 DoInitialMatch(SE.getAddRecExpr(SE.getConstant(AR->getType(), 0), in DoInitialMatch() 326 DoInitialMatch(NewMul, L, MyGood, MyBad, SE); in DoInitialMatch() 349 DoInitialMatch(S, L, Good, Bad, SE); in InitialMatch()
|