Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:UseI

158   SmallVectorImpl<SlotIndex>::const_iterator UseI, UseE;
159 UseI = UseSlots.begin();
173 if (UseI == UseE || *UseI >= Stop) {
182 BI.FirstInstr = *UseI;
184 do ++UseI;
185 while (UseI != UseE && *UseI < Stop);
186 BI.LastInstr = UseI[-1];