Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:UseI

195   SmallVectorImpl<SlotIndex>::const_iterator UseI, UseE;
196 UseI = UseSlots.begin();
211 if (UseI == UseE || *UseI >= Stop) {
220 BI.FirstInstr = *UseI;
222 do ++UseI;
223 while (UseI != UseE && *UseI < Stop);
224 BI.LastInstr = UseI[-1];