Searched refs:PhysRegSpillCands (Results 1 – 1 of 1) sorted by relevance
223 SmallVector<unsigned, 8> PhysRegSpillCands; in selectOrSplit() local236 PhysRegSpillCands.push_back(PhysReg); in selectOrSplit()246 for (SmallVectorImpl<unsigned>::iterator PhysRegI = PhysRegSpillCands.begin(), in selectOrSplit()247 PhysRegE = PhysRegSpillCands.end(); PhysRegI != PhysRegE; ++PhysRegI) { in selectOrSplit()