Lines Matching refs:PhysDefs
91 SmallVectorImpl<unsigned> &PhysDefs,
95 SmallVectorImpl<unsigned> &PhysDefs,
220 SmallVectorImpl<unsigned> &PhysDefs, in hasLivePhysRegDefUses() argument
258 PhysDefs.push_back(Reg); in hasLivePhysRegDefUses()
262 for (unsigned i = 0, e = PhysDefs.size(); i != e; ++i) in hasLivePhysRegDefUses()
263 for (MCRegAliasIterator AI(PhysDefs[i], TRI, true); AI.isValid(); ++AI) in hasLivePhysRegDefUses()
271 SmallVectorImpl<unsigned> &PhysDefs, in PhysRegDefsReach() argument
284 for (unsigned i = 0, e = PhysDefs.size(); i != e; ++i) { in PhysRegDefsReach()
285 if (MRI->isAllocatable(PhysDefs[i]) || MRI->isReserved(PhysDefs[i])) in PhysRegDefsReach()
500 SmallVector<unsigned, 2> PhysDefs; in ProcessBlock() local
503 PhysDefs, PhysUseDef)) { in ProcessBlock()
514 if (PhysRegDefsReach(CSMI, MI, PhysRefs, PhysDefs, CrossMBBPhysDef)) in ProcessBlock()
626 while (!PhysDefs.empty()) { in ProcessBlock()
627 unsigned LiveIn = PhysDefs.pop_back_val(); in ProcessBlock()