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,
220 SmallVectorImpl<unsigned> &PhysDefs, in hasLivePhysRegDefUses() argument
258 PhysDefs.push_back(Reg); in hasLivePhysRegDefUses()
262 for (unsigned i = 0, e = PhysDefs.size(); i != e; ++i) in hasLivePhysRegDefUses()
263 for (MCRegAliasIterator AI(PhysDefs[i], TRI, true); AI.isValid(); ++AI) in hasLivePhysRegDefUses()
271 SmallVectorImpl<unsigned> &PhysDefs, in PhysRegDefsReach() argument
284 for (unsigned i = 0, e = PhysDefs.size(); i != e; ++i) { in PhysRegDefsReach()
285 if (MRI->isAllocatable(PhysDefs[i]) || MRI->isReserved(PhysDefs[i])) in PhysRegDefsReach()
500 SmallVector<unsigned, 2> PhysDefs; in ProcessBlock() local
[all …]