Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DLiveVariables.h96 bool removeKill(MachineInstr *MI) { in removeKill() function
217 if (!getVarInfo(reg).removeKill(MI)) in removeVirtualRegisterKilled()
253 if (!getVarInfo(reg).removeKill(MI)) in removeVirtualRegisterDead()
/external/llvm/lib/CodeGen/
DMachineBasicBlock.cpp683 LV->getVarInfo(Reg).removeKill(MI)) { in SplitCriticalEdge()
DLiveVariables.cpp717 bool removed = getVarInfo(Reg).removeKill(MI); in removeVirtualRegistersKilled()
DTwoAddressInstructionPass.cpp1335 if (RemovedKillFlag && LV && LV->getVarInfo(RegB).removeKill(MI)) { in processTiedPairs()
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp251 if (VI.removeKill(MI)) in convertToThreeAddress()