Lines Matching defs:UseI
175 SmallVectorImpl<SlotIndex>::const_iterator UseI, UseE;176 UseI = UseSlots.begin();191 if (UseI == UseE || *UseI >= Stop) {200 BI.FirstInstr = *UseI;202 do ++UseI;203 while (UseI != UseE && *UseI < Stop);204 BI.LastInstr = UseI[-1];