Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineLICM.cpp207 void ProcessMI(MachineInstr *MI, BitVector &PhysRegDefs,
422 BitVector &PhysRegDefs, in ProcessMI() argument
457 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() local
537 PhysRegDefs.set(*AI); in HoistRegionPostRA()
542 ProcessMI(&MI, PhysRegDefs, PhysRegClobbers, StoredFIs, Candidates); in HoistRegionPostRA()
581 if (PhysRegDefs.test(Reg) || in HoistRegionPostRA()
H A DMIRCanonicalizerPass.cpp161 std::vector<unsigned> PhysRegDefs; in rescheduleCanonically() local
174 PhysRegDefs.push_back(MO.getReg()); in rescheduleCanonically()
199 if (!llvm::is_contained(PhysRegDefs, II->getOperand(i).getReg())) { in rescheduleCanonically()