Searched refs:RecoloringCandidates (Results 1 – 2 of 2) sorted by relevance
2006 SmallLISet &RecoloringCandidates, const SmallVirtRegSet &FixedRegisters) { in mayRecolorAllInterferences() argument2042 RecoloringCandidates.insert(Intf); in mayRecolorAllInterferences()2116 SmallLISet RecoloringCandidates; in tryLastChanceRecoloring() local2128 RecoloringCandidates.clear(); in tryLastChanceRecoloring()2142 if (!mayRecolorAllInterferences(PhysReg, VirtReg, RecoloringCandidates, in tryLastChanceRecoloring()2152 for (const LiveInterval *RC : RecoloringCandidates) { in tryLastChanceRecoloring()2207 if (RecoloringCandidates.count(&LIS->getInterval(R))) in tryLastChanceRecoloring()2435 SmallVector<Register, 2> RecoloringCandidates; in tryHintRecoloring() local2442 RecoloringCandidates.push_back(Reg); in tryHintRecoloring()2448 Reg = RecoloringCandidates.pop_back_val(); in tryHintRecoloring()[all …]
329 SmallLISet &RecoloringCandidates,