Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveVariables.h246 bool removeVirtualRegisterDead(Register Reg, MachineInstr &MI) { in removeVirtualRegisterDead() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPHIElimination.cpp374 LV->removeVirtualRegisterDead(DestReg, *MPhi); in LowerPHINode()
H A DTwoAddressInstructionPass.cpp1266 } else if (LV->removeVirtualRegisterDead(MO.getReg(), MI)) { in tryInstructionTransform()