Searched refs:RecoloringCandidates (Results 1 – 1 of 1) sorted by relevance
478 SmallLISet &RecoloringCandidates,2530 SmallLISet &RecoloringCandidates, in mayRecolorAllInterferences() argument2558 RecoloringCandidates.insert(Intf); in mayRecolorAllInterferences()2623 SmallLISet RecoloringCandidates; in tryLastChanceRecoloring() local2637 RecoloringCandidates.clear(); in tryLastChanceRecoloring()2652 if (!mayRecolorAllInterferences(PhysReg, VirtReg, RecoloringCandidates, in tryLastChanceRecoloring()2662 for (SmallLISet::iterator It = RecoloringCandidates.begin(), in tryLastChanceRecoloring()2663 EndIt = RecoloringCandidates.end(); in tryLastChanceRecoloring()2710 if (RecoloringCandidates.count(&LIS->getInterval(*Next))) in tryLastChanceRecoloring()2715 for (SmallLISet::iterator It = RecoloringCandidates.begin(), in tryLastChanceRecoloring()[all …]