Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp456 SmallVector<const SCEV *, 4> MyBad; in DoInitialMatch() local
457 DoInitialMatch(NewMul, L, MyGood, MyBad, SE); in DoInitialMatch()
462 for (const SCEV *S : MyBad) in DoInitialMatch()