Searched refs:VirtDead (Results 1 – 1 of 1) sorted by relevance
166 SmallVectorImpl<unsigned> &VirtDead);693 SmallVectorImpl<unsigned> &VirtDead) { in handleThroughOperands() argument762 VirtDead.push_back(Reg); in handleThroughOperands()796 SmallVector<unsigned, 8> VirtDead; in AllocateBasicBlock() local948 handleThroughOperands(MI, VirtDead); in AllocateBasicBlock()1023 VirtDead.push_back(Reg); in AllocateBasicBlock()1033 for (unsigned i = 0, e = VirtDead.size(); i != e; ++i) in AllocateBasicBlock()1034 killVirtReg(VirtDead[i]); in AllocateBasicBlock()1035 VirtDead.clear(); in AllocateBasicBlock()