Searched refs:hasPhys (Results 1 – 7 of 7) sorted by relevance
89 assert(!VRM->hasPhys(VirtReg->reg) && "Register already assigned"); in allocatePhysRegs()141 assert(!VRM->hasPhys(SplitVirtReg->reg) && "Register already assigned"); in allocatePhysRegs()
102 assert(!VRM->hasPhys(VirtReg.reg) && "Duplicate VirtReg assignment"); in assign()
477 if (VRM->hasPhys(VirtReg)) { in LRE_CanEraseVirtReg()489 if (!VRM->hasPhys(VirtReg)) in LRE_WillShrinkVirtReg()807 if (!VRM->hasPhys(Intf->reg)) in evictInterference()2098 assert(VRM->hasPhys(ItVirtReg) && in tryLastChanceRecoloring()2135 if (VRM->hasPhys(ItVirtReg)) in tryLastChanceRecoloring()2341 assert(VRM->hasPhys(Reg) && "We have unallocated variable!!"); in tryHintRecoloring()2430 if (!VRM->hasPhys(LI->reg)) in tryHintsRecoloring()
194 if (!VRM->hasPhys(Spill.reg)) in spillInterferences()
98 return hasPhys(Hint.second); in hasKnownPreference()
92 bool hasPhys(unsigned virtReg) const { in hasPhys() function
255 } else if (VRM && VRM->hasPhys(Paired)) { in getRegAllocationHints()