Searched refs:hasAllocatableSuperReg (Results 1 – 2 of 2) sorted by relevance
405 bool hasAllocatableSuperReg(unsigned Reg) const;
2056 bool LiveIntervals::hasAllocatableSuperReg(unsigned Reg) const { in hasAllocatableSuperReg() function in LiveIntervals2070 if (!hasAllocatableSuperReg(SuperReg) && hasInterval(SuperReg)) { in getRepresentativeReg()