Searched refs:PhysRegDefs (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MIRCanonicalizerPass.cpp | 151 std::vector<unsigned> PhysRegDefs; in rescheduleCanonically() local 164 PhysRegDefs.push_back(MO.getReg()); in rescheduleCanonically() 189 if (!llvm::is_contained(PhysRegDefs, II->getOperand(i).getReg())) { in rescheduleCanonically()
|
| H A D | MachineLICM.cpp | 226 void ProcessMI(MachineInstr *MI, BitVector &PhysRegDefs, 428 void MachineLICMBase::ProcessMI(MachineInstr *MI, BitVector &PhysRegDefs, in ProcessMI() argument 463 if (Reg && (PhysRegDefs.test(Reg) || PhysRegClobbers.test(Reg))) in ProcessMI() 492 if (PhysRegDefs.test(*AS)) in ProcessMI() 498 PhysRegDefs.set(*AS); in ProcessMI() 525 BitVector PhysRegDefs(NumRegs); // Regs defined once in the loop. in HoistRegionPostRA() local 544 PhysRegDefs.set(*AI); in HoistRegionPostRA() 553 ProcessMI(&MI, PhysRegDefs, PhysRegClobbers, StoredFIs, Candidates, in HoistRegionPostRA() 593 if (PhysRegDefs.test(Reg) || in HoistRegionPostRA()
|