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

/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DRegAllocFast.cpp166 SmallVectorImpl<unsigned> &VirtDead);
696 SmallVectorImpl<unsigned> &VirtDead) {
765 VirtDead.push_back(Reg);
799 SmallVector<unsigned, 8> VirtDead; local
951 handleThroughOperands(MI, VirtDead);
1026 VirtDead.push_back(Reg);
1036 for (unsigned i = 0, e = VirtDead.size(); i != e; ++i)
1037 killVirtReg(VirtDead[i]);
1038 VirtDead.clear();
695 handleThroughOperands(MachineInstr *MI, SmallVectorImpl<unsigned> &VirtDead) argument

Completed in 48 milliseconds