Searched refs:VirtDead (Results 1 – 1 of 1) sorted by relevance
166 SmallVectorImpl<unsigned> &VirtDead);704 SmallVectorImpl<unsigned> &VirtDead) { in handleThroughOperands() argument773 VirtDead.push_back(Reg); in handleThroughOperands()806 SmallVector<unsigned, 8> VirtDead; in AllocateBasicBlock() local964 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()