Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DLiveVariables.h95 bool removeKill(MachineInstr &MI) { in removeKill() function
218 if (!getVarInfo(Reg).removeKill(MI)) in removeVirtualRegisterKilled()
253 if (!getVarInfo(Reg).removeKill(MI)) in removeVirtualRegisterDead()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DLiveVariables.cpp766 bool removed = getVarInfo(Reg).removeKill(MI); in removeVirtualRegistersKilled()
H A DMachineBasicBlock.cpp1074 if (Reg.isPhysical() || LV->getVarInfo(Reg).removeKill(MI)) { in SplitCriticalEdge()
H A DTwoAddressInstructionPass.cpp1586 LV->getVarInfo(RegB).removeKill(*MI)) { in processTiedPairs()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp332 if (VI.removeKill(MI)) in convertToThreeAddress()