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

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

Completed in 234 milliseconds