Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineCSE.cpp134 PhysDefVector &PhysDefs, bool &PhysUseDef) const;
137 PhysDefVector &PhysDefs, bool &NonLocal) const;
291 PhysDefVector &PhysDefs, in hasLivePhysRegDefUses() argument
329 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() argument
356 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 …]