Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp549 static void DoInitialMatch(const SCEV *S, Loop *L, in DoInitialMatch() function
562 DoInitialMatch(S, L, Good, Bad, SE); in DoInitialMatch()
569 DoInitialMatch(AR->getStart(), L, Good, Bad, SE); in DoInitialMatch()
570 DoInitialMatch(SE.getAddRecExpr(SE.getConstant(AR->getType(), 0), in DoInitialMatch()
586 DoInitialMatch(NewMul, L, MyGood, MyBad, SE); in DoInitialMatch()
606 DoInitialMatch(S, L, Good, Bad, SE); in initialMatch()