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