Searched refs:PhysDefs (Results 1 – 1 of 1) sorted by relevance
134 PhysDefVector &PhysDefs, bool &PhysUseDef) const;137 PhysDefVector &PhysDefs, bool &NonLocal) const;291 PhysDefVector &PhysDefs, in hasLivePhysRegDefUses() argument329 PhysDefs.push_back(std::make_pair(MOP.index(), Reg)); in hasLivePhysRegDefUses()333 for (unsigned i = 0, e = PhysDefs.size(); i != e; ++i) in hasLivePhysRegDefUses()334 for (MCRegAliasIterator AI(PhysDefs[i].second, TRI, true); AI.isValid(); in hasLivePhysRegDefUses()343 PhysDefVector &PhysDefs, in PhysRegDefsReach() argument356 for (unsigned i = 0, e = PhysDefs.size(); i != e; ++i) { in PhysRegDefsReach()357 if (MRI->isAllocatable(PhysDefs[i].second) || in PhysRegDefsReach()358 MRI->isReserved(PhysDefs[i].second)) in PhysRegDefsReach()[all …]