Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DLiveVariables.h94 bool removeKill(MachineInstr *MI) { in removeKill() function
213 if (!getVarInfo(reg).removeKill(MI)) in removeVirtualRegisterKilled()
249 if (!getVarInfo(reg).removeKill(MI)) in removeVirtualRegisterDead()
/external/llvm/lib/CodeGen/
DLiveVariables.cpp697 bool removed = getVarInfo(Reg).removeKill(MI); in removeVirtualRegistersKilled()
DMachineBasicBlock.cpp780 LV->getVarInfo(Reg).removeKill(MI)) { in SplitCriticalEdge()
DTwoAddressInstructionPass.cpp1577 if (RemovedKillFlag && LV && LV->getVarInfo(RegB).removeKill(MI)) { in processTiedPairs()
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp262 if (VI.removeKill(MI)) in convertToThreeAddress()