Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineCSE.cpp91 SmallVectorImpl<unsigned> &PhysDefs,
95 SmallVectorImpl<unsigned> &PhysDefs,
218 SmallVectorImpl<unsigned> &PhysDefs, in hasLivePhysRegDefUses() argument
254 PhysDefs.push_back(Reg); in hasLivePhysRegDefUses()
258 for (unsigned i = 0, e = PhysDefs.size(); i != e; ++i) in hasLivePhysRegDefUses()
259 for (MCRegAliasIterator AI(PhysDefs[i], TRI, true); AI.isValid(); ++AI) in hasLivePhysRegDefUses()
267 SmallVectorImpl<unsigned> &PhysDefs, in PhysRegDefsReach() argument
280 for (unsigned i = 0, e = PhysDefs.size(); i != e; ++i) { in PhysRegDefsReach()
281 if (MRI->isAllocatable(PhysDefs[i]) || MRI->isReserved(PhysDefs[i])) in PhysRegDefsReach()
499 SmallVector<unsigned, 2> PhysDefs; in ProcessBlock() local
[all …]