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

/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp262 /// DoInitialMatch - Recursion helper for InitialMatch.
263 static void DoInitialMatch(const SCEV *S, Loop *L, function
277 DoInitialMatch(*I, L, Good, Bad, SE);
284 DoInitialMatch(AR->getStart(), L, Good, Bad, SE);
285 DoInitialMatch(SE.getAddRecExpr(SE.getConstant(AR->getType(), 0),
301 DoInitialMatch(NewMul, L, MyGood, MyBad, SE);
324 DoInitialMatch(S, L, Good, Bad, SE);

Completed in 723 milliseconds