Searched refs:PhysRegI (Results 1 – 1 of 1) sorted by relevance
246 for (SmallVectorImpl<unsigned>::iterator PhysRegI = PhysRegSpillCands.begin(), in selectOrSplit() local247 PhysRegE = PhysRegSpillCands.end(); PhysRegI != PhysRegE; ++PhysRegI) { in selectOrSplit()248 if (!spillInterferences(VirtReg, *PhysRegI, SplitVRegs)) in selectOrSplit()251 assert(!Matrix->checkInterference(VirtReg, *PhysRegI) && in selectOrSplit()254 return *PhysRegI; in selectOrSplit()