Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DLiveVariables.h252 bool removeVirtualRegisterDead(Register Reg, MachineInstr &MI) { in removeVirtualRegisterDead() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DPHIElimination.cpp383 LV->removeVirtualRegisterDead(DestReg, *MPhi); in LowerPHINode()
H A DTwoAddressInstructionPass.cpp1354 } else if (LV->removeVirtualRegisterDead(MO.getReg(), MI)) { in tryInstructionTransform()