Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDLiveVariables.h94 bool removeKill(MachineInstr *MI) { in removeKill() function
213 if (!getVarInfo(reg).removeKill(MI)) in removeVirtualRegisterKilled()
249 if (!getVarInfo(reg).removeKill(MI)) in removeVirtualRegisterDead()
/NextBSD/contrib/llvm/lib/CodeGen/
HDLiveVariables.cpp696 bool removed = getVarInfo(Reg).removeKill(MI); in removeVirtualRegistersKilled()
HDMachineBasicBlock.cpp730 LV->getVarInfo(Reg).removeKill(MI)) { in SplitCriticalEdge()
HDTwoAddressInstructionPass.cpp1558 if (RemovedKillFlag && LV && LV->getVarInfo(RegB).removeKill(MI)) { in processTiedPairs()
/NextBSD/contrib/llvm/lib/Target/ARM/
HDARMBaseInstrInfo.cpp262 if (VI.removeKill(MI)) in convertToThreeAddress()