Searched refs:PhysRegDefs (Results 1 – 2 of 2) sorted by relevance
184 void ProcessMI(MachineInstr *MI, BitVector &PhysRegDefs,400 BitVector &PhysRegDefs, in ProcessMI() argument435 if (Reg && (PhysRegDefs.test(Reg) || PhysRegClobbers.test(Reg))) in ProcessMI()464 if (PhysRegDefs.test(*AS)) in ProcessMI()470 PhysRegDefs.set(*AS); in ProcessMI()496 BitVector PhysRegDefs(NumRegs); // Regs defined once in the loop. in HoistRegionPostRA() local515 PhysRegDefs.set(*AI); in HoistRegionPostRA()520 ProcessMI(&MI, PhysRegDefs, PhysRegClobbers, StoredFIs, Candidates); in HoistRegionPostRA()559 if (PhysRegDefs.test(Reg) || in HoistRegionPostRA()
183 std::vector<unsigned> PhysRegDefs; in rescheduleCanonically() local196 PhysRegDefs.push_back(MO.getReg()); in rescheduleCanonically()221 if (llvm::find(PhysRegDefs, II->getOperand(i).getReg()) == in rescheduleCanonically()222 PhysRegDefs.end()) { in rescheduleCanonically()