Searched refs:DoInitialMatch (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp288 /// DoInitialMatch - Recursion helper for InitialMatch.
289 static void DoInitialMatch(const SCEV *S, Loop *L, function
303 DoInitialMatch(*I, L, Good, Bad, SE);
310 DoInitialMatch(AR->getStart(), L, Good, Bad, SE);
311 DoInitialMatch(SE.getAddRecExpr(SE.getConstant(AR->getType(), 0),
327 DoInitialMatch(NewMul, L, MyGood, MyBad, SE);
350 DoInitialMatch(S, L, Good, Bad, SE);

Completed in 48 milliseconds