Lines Matching refs:PhysDefs
113 SmallVectorImpl<unsigned> &PhysDefs,
117 SmallVectorImpl<unsigned> &PhysDefs,
260 SmallVectorImpl<unsigned> &PhysDefs, in hasLivePhysRegDefUses() argument
296 PhysDefs.push_back(Reg); in hasLivePhysRegDefUses()
300 for (unsigned i = 0, e = PhysDefs.size(); i != e; ++i) in hasLivePhysRegDefUses()
301 for (MCRegAliasIterator AI(PhysDefs[i], TRI, true); AI.isValid(); ++AI) in hasLivePhysRegDefUses()
309 SmallVectorImpl<unsigned> &PhysDefs, in PhysRegDefsReach() argument
322 for (unsigned i = 0, e = PhysDefs.size(); i != e; ++i) { in PhysRegDefsReach()
323 if (MRI->isAllocatable(PhysDefs[i]) || MRI->isReserved(PhysDefs[i])) in PhysRegDefsReach()
539 SmallVector<unsigned, 2> PhysDefs; in ProcessBlock() local
542 PhysDefs, PhysUseDef)) { in ProcessBlock()
553 if (PhysRegDefsReach(CSMI, MI, PhysRefs, PhysDefs, CrossMBBPhysDef)) in ProcessBlock()
665 while (!PhysDefs.empty()) { in ProcessBlock()
666 unsigned LiveIn = PhysDefs.pop_back_val(); in ProcessBlock()