Searched refs:PhysDefs (Results 1 – 1 of 1) sorted by relevance
113 SmallVectorImpl<unsigned> &PhysDefs,117 SmallVectorImpl<unsigned> &PhysDefs,296 PhysDefs.push_back(Reg); in hasLivePhysRegDefUses()300 for (unsigned i = 0, e = PhysDefs.size(); i != e; ++i) in hasLivePhysRegDefUses()309 SmallVectorImpl<unsigned> &PhysDefs, in PhysRegDefsReach() argument322 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() local542 PhysDefs, PhysUseDef)) { in ProcessBlock()665 while (!PhysDefs.empty()) { in ProcessBlock()[all …]