Home
last modified time | relevance | path

Searched refs:PhysRegDefs (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineLICM.cpp184 void ProcessMI(MachineInstr *MI, BitVector &PhysRegDefs,
400 BitVector &PhysRegDefs, in ProcessMI() argument
435 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() local
515 PhysRegDefs.set(*AI); in HoistRegionPostRA()
520 ProcessMI(&MI, PhysRegDefs, PhysRegClobbers, StoredFIs, Candidates); in HoistRegionPostRA()
559 if (PhysRegDefs.test(Reg) || in HoistRegionPostRA()
H A DMIRCanonicalizerPass.cpp183 std::vector<unsigned> PhysRegDefs; in rescheduleCanonically() local
196 PhysRegDefs.push_back(MO.getReg()); in rescheduleCanonically()
221 if (llvm::find(PhysRegDefs, II->getOperand(i).getReg()) == in rescheduleCanonically()
222 PhysRegDefs.end()) { in rescheduleCanonically()