Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp342 SmallVector<const SCEV *, 4> MyGood; in DoInitialMatch() local
344 DoInitialMatch(NewMul, L, MyGood, MyBad, SE); in DoInitialMatch()
347 for (const SCEV *S : MyGood) in DoInitialMatch()