Searched refs:hasPhys (Results 1 – 7 of 7) sorted by relevance
89 assert(!VRM->hasPhys(VirtReg->reg) && "Register already assigned"); in allocatePhysRegs()140 assert(!VRM->hasPhys(SplitVirtReg->reg) && "Register already assigned"); in allocatePhysRegs()
78 assert(!VRM->hasPhys(VirtReg.reg) && "Duplicate VirtReg assignment"); in assign()
195 if (!VRM->hasPhys(Spill.reg)) in spillInterferences()
455 if (VRM->hasPhys(VirtReg)) { in LRE_CanEraseVirtReg()465 if (!VRM->hasPhys(VirtReg)) in LRE_WillShrinkVirtReg()782 if (!VRM->hasPhys(Intf->reg)) in evictInterference()2072 assert(VRM->hasPhys(ItVirtReg) && in tryLastChanceRecoloring()2109 if (VRM->hasPhys(ItVirtReg)) in tryLastChanceRecoloring()
97 return hasPhys(Hint.second); in hasKnownPreference()
92 bool hasPhys(unsigned virtReg) const { in hasPhys() function
242 if (VRM && VRM->hasPhys(Hint.second)) { in getRegAllocationHints()