Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DLiveVariables.h94 bool removeKill(MachineInstr &MI) { in removeKill() function
212 if (!getVarInfo(reg).removeKill(MI)) in removeVirtualRegisterKilled()
248 if (!getVarInfo(reg).removeKill(MI)) in removeVirtualRegisterDead()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DLiveVariables.cpp698 bool removed = getVarInfo(Reg).removeKill(MI); in removeVirtualRegistersKilled()
H A DMachineBasicBlock.cpp909 LV->getVarInfo(Reg).removeKill(*MI)) { in SplitCriticalEdge()
H A DTwoAddressInstructionPass.cpp1635 LV && LV->getVarInfo(RegB).removeKill(*MI)) { in processTiedPairs()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp296 if (VI.removeKill(MI)) in convertToThreeAddress()