Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineLICM.cpp207 void ProcessMI(MachineInstr *MI, BitVector &PhysRegDefs,
424 BitVector &PhysRegDefs, in ProcessMI() argument
458 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() local
538 PhysRegDefs.set(*AI); in HoistRegionPostRA()
543 ProcessMI(&MI, PhysRegDefs, PhysRegClobbers, StoredFIs, Candidates); in HoistRegionPostRA()
582 if (PhysRegDefs.test(Reg) || in HoistRegionPostRA()
H A DMIRCanonicalizerPass.cpp151 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()