Searched refs:RecoloringCandidates (Results 1 – 2 of 2) sorted by relevance
1869 SmallLISet &RecoloringCandidates, const SmallVirtRegSet &FixedRegisters) { in mayRecolorAllInterferences() argument1905 RecoloringCandidates.insert(Intf); in mayRecolorAllInterferences()1981 SmallLISet RecoloringCandidates; in tryLastChanceRecoloring() local1993 RecoloringCandidates.clear(); in tryLastChanceRecoloring()2007 if (!mayRecolorAllInterferences(PhysReg, VirtReg, RecoloringCandidates, in tryLastChanceRecoloring()2017 for (const LiveInterval *RC : RecoloringCandidates) { in tryLastChanceRecoloring()2062 if (RecoloringCandidates.count(&LIS->getInterval(R))) in tryLastChanceRecoloring()2288 SmallVector<unsigned, 2> RecoloringCandidates; in tryHintRecoloring() local2295 RecoloringCandidates.push_back(Reg); in tryHintRecoloring()2301 Reg = RecoloringCandidates.pop_back_val(); in tryHintRecoloring()[all …]
339 SmallLISet &RecoloringCandidates,