Searched defs:isPhysRegUsed (Results 1 – 3 of 3) sorted by relevance
131 bool LiveRegMatrix::isPhysRegUsed(unsigned PhysReg) const { in isPhysRegUsed() function in LiveRegMatrix
519 bool MachineRegisterInfo::isPhysRegUsed(unsigned PhysReg) const { in isPhysRegUsed() function in MachineRegisterInfo
277 bool isPhysRegUsed(unsigned Reg) const { return UsedPhysRegs[Reg]; } in isPhysRegUsed() function