Searched defs:isPhysRegUsed (Results 1 – 5 of 5) 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
138 bool LiveRegMatrix::isPhysRegUsed(unsigned PhysReg) const { in isPhysRegUsed() function in LiveRegMatrix
596 bool MachineRegisterInfo::isPhysRegUsed(unsigned PhysReg) const { in isPhysRegUsed() function in MachineRegisterInfo
277 bool isPhysRegUsed(unsigned Reg) const { return UsedPhysRegs[Reg]; } in isPhysRegUsed() function