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.cpp2006 SmallLISet &RecoloringCandidates, const SmallVirtRegSet &FixedRegisters) { in mayRecolorAllInterferences() argument
2042 RecoloringCandidates.insert(Intf); in mayRecolorAllInterferences()
2116 SmallLISet RecoloringCandidates; in tryLastChanceRecoloring() local
2128 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() local
2442 RecoloringCandidates.push_back(Reg); in tryHintRecoloring()
2448 Reg = RecoloringCandidates.pop_back_val(); in tryHintRecoloring()
[all …]
H A DRegAllocGreedy.h329 SmallLISet &RecoloringCandidates,