Searched refs:PhysRegDefs (Results 1 – 2 of 2) sorted by relevance
207 void ProcessMI(MachineInstr *MI, BitVector &PhysRegDefs,424 BitVector &PhysRegDefs, in ProcessMI() argument458 if (Reg && (PhysRegDefs.test(Reg) || PhysRegClobbers.test(Reg))) in ProcessMI()487 if (PhysRegDefs.test(*AS)) in ProcessMI()493 PhysRegDefs.set(*AS); in ProcessMI()519 BitVector PhysRegDefs(NumRegs); // Regs defined once in the loop. in HoistRegionPostRA() local538 PhysRegDefs.set(*AI); in HoistRegionPostRA()543 ProcessMI(&MI, PhysRegDefs, PhysRegClobbers, StoredFIs, Candidates); in HoistRegionPostRA()582 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()