Home
last modified time | relevance | path

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

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