Home
last modified time | relevance | path

Searched refs:PhysDefs (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachineCSE.cpp125 PhysDefVector &PhysDefs, bool &PhysUseDef) const;
128 PhysDefVector &PhysDefs, bool &NonLocal) const;
280 PhysDefVector &PhysDefs, in hasLivePhysRegDefUses() argument
317 PhysDefs.push_back(std::make_pair(MOP.index(), Reg)); in hasLivePhysRegDefUses()
321 for (unsigned i = 0, e = PhysDefs.size(); i != e; ++i) in hasLivePhysRegDefUses()
322 for (MCRegAliasIterator AI(PhysDefs[i].second, TRI, true); AI.isValid(); in hasLivePhysRegDefUses()
331 PhysDefVector &PhysDefs, in PhysRegDefsReach() argument
344 for (unsigned i = 0, e = PhysDefs.size(); i != e; ++i) { in PhysRegDefsReach()
345 if (MRI->isAllocatable(PhysDefs[i].second) || in PhysRegDefsReach()
346 MRI->isReserved(PhysDefs[i].second)) in PhysRegDefsReach()
[all …]