Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineCSE.cpp113 SmallVectorImpl<unsigned> &PhysDefs,
117 SmallVectorImpl<unsigned> &PhysDefs,
296 PhysDefs.push_back(Reg); in hasLivePhysRegDefUses()
300 for (unsigned i = 0, e = PhysDefs.size(); i != e; ++i) in hasLivePhysRegDefUses()
309 SmallVectorImpl<unsigned> &PhysDefs, in PhysRegDefsReach() argument
322 for (unsigned i = 0, e = PhysDefs.size(); i != e; ++i) { in PhysRegDefsReach()
323 if (MRI->isAllocatable(PhysDefs[i]) || MRI->isReserved(PhysDefs[i])) in PhysRegDefsReach()
539 SmallVector<unsigned, 2> PhysDefs; in ProcessBlock() local
542 PhysDefs, PhysUseDef)) { in ProcessBlock()
665 while (!PhysDefs.empty()) { in ProcessBlock()
[all …]