Home | History | Annotate | Download | only in Analysis

Lines Matching refs:VI

3176   for (int VI = BV.find_first(); VI >= 0; VI = BV.find_next(VI)) {
3177 dbgs() << VI;
3178 if (BV.find_next(VI) >= 0)