Searched refs:PhysRegDefs (Results 1 – 2 of 2) sorted by relevance
207 void ProcessMI(MachineInstr *MI, BitVector &PhysRegDefs,424 BitVector &PhysRegDefs, in ProcessMI() argument459 if (Reg && (PhysRegDefs.test(Reg) || PhysRegClobbers.test(Reg))) in ProcessMI()488 if (PhysRegDefs.test(*AS)) in ProcessMI()494 PhysRegDefs.set(*AS); in ProcessMI()520 BitVector PhysRegDefs(NumRegs); // Regs defined once in the loop. in HoistRegionPostRA() local539 PhysRegDefs.set(*AI); in HoistRegionPostRA()544 ProcessMI(&MI, PhysRegDefs, PhysRegClobbers, StoredFIs, Candidates); in HoistRegionPostRA()583 if (PhysRegDefs.test(Reg) || in HoistRegionPostRA()
151 std::vector<unsigned> PhysRegDefs; in rescheduleCanonically() local164 PhysRegDefs.push_back(MO.getReg()); in rescheduleCanonically()189 if (!llvm::is_contained(PhysRegDefs, II->getOperand(i).getReg())) { in rescheduleCanonically()