Home
last modified time | relevance | path

Searched refs:removeKill (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveVariables.h93 bool removeKill(MachineInstr &MI) { in removeKill() function
217 if (!getVarInfo(Reg).removeKill(MI)) in removeVirtualRegisterKilled()
252 if (!getVarInfo(Reg).removeKill(MI)) in removeVirtualRegisterDead()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveVariables.cpp784 bool removed = getVarInfo(Reg).removeKill(MI); in removeVirtualRegistersKilled()
H A DMachineBasicBlock.cpp1195 if (Reg.isPhysical() || LV->getVarInfo(Reg).removeKill(MI)) { in SplitCriticalEdge()
H A DTwoAddressInstructionPass.cpp1689 LV->getVarInfo(RegB).removeKill(*MI)) { in processTiedPairs()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp333 if (VI.removeKill(MI)) in convertToThreeAddress()