Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp324 SmallVector<const SCEV *, 4> MyGood; in DoInitialMatch() local
326 DoInitialMatch(NewMul, L, MyGood, MyBad, SE); in DoInitialMatch()
329 for (SmallVectorImpl<const SCEV *>::const_iterator I = MyGood.begin(), in DoInitialMatch()
330 E = MyGood.end(); I != E; ++I) in DoInitialMatch()