Searched refs:PhysRegDefs (Results 1 – 2 of 2) sorted by relevance
207 void ProcessMI(MachineInstr *MI, BitVector &PhysRegDefs,422 BitVector &PhysRegDefs, in ProcessMI() argument457 if (Reg && (PhysRegDefs.test(Reg) || PhysRegClobbers.test(Reg))) in ProcessMI()486 if (PhysRegDefs.test(*AS)) in ProcessMI()492 PhysRegDefs.set(*AS); in ProcessMI()518 BitVector PhysRegDefs(NumRegs); // Regs defined once in the loop. in HoistRegionPostRA() local537 PhysRegDefs.set(*AI); in HoistRegionPostRA()542 ProcessMI(&MI, PhysRegDefs, PhysRegClobbers, StoredFIs, Candidates); in HoistRegionPostRA()581 if (PhysRegDefs.test(Reg) || in HoistRegionPostRA()
161 std::vector<unsigned> PhysRegDefs; in rescheduleCanonically() local174 PhysRegDefs.push_back(MO.getReg()); in rescheduleCanonically()199 if (!llvm::is_contained(PhysRegDefs, II->getOperand(i).getReg())) { in rescheduleCanonically()