Home
last modified time | relevance | path

Searched refs:RecoloringCandidates (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1869 SmallLISet &RecoloringCandidates, const SmallVirtRegSet &FixedRegisters) { in mayRecolorAllInterferences() argument
1905 RecoloringCandidates.insert(Intf); in mayRecolorAllInterferences()
1981 SmallLISet RecoloringCandidates; in tryLastChanceRecoloring() local
1993 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() local
2295 RecoloringCandidates.push_back(Reg); in tryHintRecoloring()
2301 Reg = RecoloringCandidates.pop_back_val(); in tryHintRecoloring()
[all …]
H A DRegAllocGreedy.h339 SmallLISet &RecoloringCandidates,