Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveVariables.h251 bool removeVirtualRegisterDead(Register Reg, MachineInstr &MI) { in removeVirtualRegisterDead() function
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DPHIElimination.cpp456 LV->removeVirtualRegisterDead(DestReg, *MPhi); in LowerPHINode()
H A DTwoAddressInstructionPass.cpp1456 } else if (LV->removeVirtualRegisterDead(MO.getReg(), MI)) { in tryInstructionTransform()