Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp381 static void DoInitialMatch(const SCEV *S, Loop *L, in DoInitialMatch() function
394 DoInitialMatch(S, L, Good, Bad, SE); in DoInitialMatch()
401 DoInitialMatch(AR->getStart(), L, Good, Bad, SE); in DoInitialMatch()
402 DoInitialMatch(SE.getAddRecExpr(SE.getConstant(AR->getType(), 0), in DoInitialMatch()
418 DoInitialMatch(NewMul, L, MyGood, MyBad, SE); in DoInitialMatch()
438 DoInitialMatch(S, L, Good, Bad, SE); in initialMatch()