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()
100 assert(!VRM->hasPhys(VirtReg.reg) && "Duplicate VirtReg assignment"); in assign()
493 if (VRM->hasPhys(VirtReg)) { in LRE_CanEraseVirtReg()505 if (!VRM->hasPhys(VirtReg)) in LRE_WillShrinkVirtReg()830 if (!VRM->hasPhys(Intf->reg)) in evictInterference()2129 assert(VRM->hasPhys(ItVirtReg) && in tryLastChanceRecoloring()2166 if (VRM->hasPhys(ItVirtReg)) in tryLastChanceRecoloring()2373 assert(VRM->hasPhys(Reg) && "We have unallocated variable!!"); in tryHintRecoloring()2462 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
256 } else if (VRM && VRM->hasPhys(Paired)) { in getRegAllocationHints()