Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineLICM.cpp177 BitVector &PhysRegDefs,
423 BitVector &PhysRegDefs, in ProcessMI() argument
459 if (Reg && (PhysRegDefs.test(Reg) || PhysRegClobbers.test(Reg))) in ProcessMI()
488 if (PhysRegDefs.test(*AS)) in ProcessMI()
490 PhysRegDefs.set(*AS); in ProcessMI()
516 BitVector PhysRegDefs(NumRegs); // Regs defined once in the loop. in HoistRegionPostRA() local
540 PhysRegDefs.set(*AI); in HoistRegionPostRA()
547 ProcessMI(MI, PhysRegDefs, PhysRegClobbers, StoredFIs, Candidates); in HoistRegionPostRA()
589 if (PhysRegDefs.test(Reg) || in HoistRegionPostRA()