Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocFast.cpp166 SmallVectorImpl<unsigned> &VirtDead);
704 SmallVectorImpl<unsigned> &VirtDead) { in handleThroughOperands() argument
773 VirtDead.push_back(Reg); in handleThroughOperands()
806 SmallVector<unsigned, 8> VirtDead; in AllocateBasicBlock() local
964 handleThroughOperands(MI, VirtDead); in AllocateBasicBlock()
1034 VirtDead.push_back(Reg); in AllocateBasicBlock()
1044 for (unsigned i = 0, e = VirtDead.size(); i != e; ++i) in AllocateBasicBlock()
1045 killVirtReg(VirtDead[i]); in AllocateBasicBlock()
1046 VirtDead.clear(); in AllocateBasicBlock()