Searched refs:CurrentNewVRegs (Results 1 – 1 of 1) sorted by relevance
2585 SmallVector<unsigned, 4> CurrentNewVRegs; in tryLastChanceRecoloring() local2593 CurrentNewVRegs.clear(); in tryLastChanceRecoloring()2639 if (tryRecoloringCandidates(RecoloringQueue, CurrentNewVRegs, in tryLastChanceRecoloring()2642 for (unsigned NewVReg : CurrentNewVRegs) in tryLastChanceRecoloring()2661 for (SmallVectorImpl<unsigned>::iterator Next = CurrentNewVRegs.begin(), in tryLastChanceRecoloring()2662 End = CurrentNewVRegs.end(); in tryLastChanceRecoloring()