Searched refs:PhysRegSpillCands (Results 1 – 3 of 3) 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()
260 SmallVector<unsigned, 8> PhysRegSpillCands; in selectOrSplit() local273 PhysRegSpillCands.push_back(PhysReg); in selectOrSplit()283 for (SmallVectorImpl<unsigned>::iterator PhysRegI = PhysRegSpillCands.begin(), in selectOrSplit()284 PhysRegE = PhysRegSpillCands.end(); PhysRegI != PhysRegE; ++PhysRegI) { in selectOrSplit()
485 SmallVector<unsigned, 8> PhysRegSpillCands; in selectOrSplit() local508 PhysRegSpillCands.push_back(PhysReg); in selectOrSplit()512 for (SmallVectorImpl<unsigned>::iterator PhysRegI = PhysRegSpillCands.begin(), in selectOrSplit()513 PhysRegE = PhysRegSpillCands.end(); PhysRegI != PhysRegE; ++PhysRegI) { in selectOrSplit()