Searched refs:RegMaskBits (Results 1 – 3 of 3) sorted by relevance
151 ArrayRef<const uint32_t*> RegMaskBits; in update() local183 RegMaskBits = LIS->getRegMaskBitsInBlock(MBBNum); in update()187 if (MachineOperand::clobbersPhysReg(RegMaskBits[i], PhysReg)) { in update()244 if (MachineOperand::clobbersPhysReg(RegMaskBits[i-1], PhysReg)) { in update()
108 RegMaskBits.clear(); in releaseMemory()232 RegMaskBits.push_back(Mask); in computeRegMasks()240 RegMaskBits.push_back(MO.getRegMask()); in computeRegMasks()247 RegMaskBits.push_back(Mask); in computeRegMasks()
87 SmallVector<const uint32_t*, 8> RegMaskBits; variable344 ArrayRef<const uint32_t*> getRegMaskBits() const { return RegMaskBits; } in getRegMaskBits()