Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:UseI

181   SmallVectorImpl<SlotIndex>::const_iterator UseI, UseE;
182 UseI = UseSlots.begin();
196 if (UseI == UseE || *UseI >= Stop) {
205 BI.FirstInstr = *UseI;
207 do ++UseI;
208 while (UseI != UseE && *UseI < Stop);
209 BI.LastInstr = UseI[-1];