Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DLiveVariables.h247 bool removeVirtualRegisterDead(unsigned reg, MachineInstr &MI) { in removeVirtualRegisterDead() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DPHIElimination.cpp317 LV->removeVirtualRegisterDead(DestReg, *MPhi); in LowerPHINode()
H A DTwoAddressInstructionPass.cpp1410 } else if (LV->removeVirtualRegisterDead(MO.getReg(), MI)) { in tryInstructionTransform()