Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineLICM.cpp170 BitVector &PhysRegClobbers, SmallSet<int, 32> &StoredFIs,
353 BitVector &PhysRegClobbers, in ProcessMI() argument
374 PhysRegClobbers.setBitsNotInMask(MO.getRegMask()); in ProcessMI()
387 if (Reg && (PhysRegDefs.test(Reg) || PhysRegClobbers.test(Reg))) in ProcessMI()
396 PhysRegClobbers.set(*AI); in ProcessMI()
417 PhysRegClobbers.set(*AS); in ProcessMI()
420 if (PhysRegClobbers.test(Reg)) in ProcessMI()
445 BitVector PhysRegClobbers(NumRegs); // Regs defined more than once. in HoistRegionPostRA() local
469 ProcessMI(&MI, PhysRegDefs, PhysRegClobbers, StoredFIs, Candidates); in HoistRegionPostRA()
501 if (!PhysRegClobbers.test(Def) && !TermRegs.test(Def)) { in HoistRegionPostRA()
[all …]