Searched refs:PhysRegDefs (Results 1 – 2 of 2) sorted by relevance
163 std::vector<unsigned> PhysRegDefs; in rescheduleCanonically() local176 PhysRegDefs.push_back(MO.getReg()); in rescheduleCanonically()201 if (llvm::find(PhysRegDefs, II->getOperand(i).getReg()) == in rescheduleCanonically()202 PhysRegDefs.end()) { in rescheduleCanonically()
211 void ProcessMI(MachineInstr *MI, BitVector &PhysRegDefs,434 BitVector &PhysRegDefs, in ProcessMI() argument469 if (Reg && (PhysRegDefs.test(Reg) || PhysRegClobbers.test(Reg))) in ProcessMI()498 if (PhysRegDefs.test(*AS)) in ProcessMI()504 PhysRegDefs.set(*AS); in ProcessMI()530 BitVector PhysRegDefs(NumRegs); // Regs defined once in the loop. in HoistRegionPostRA() local549 PhysRegDefs.set(*AI); in HoistRegionPostRA()554 ProcessMI(&MI, PhysRegDefs, PhysRegClobbers, StoredFIs, Candidates); in HoistRegionPostRA()593 if (PhysRegDefs.test(Reg) || in HoistRegionPostRA()