Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveVariables.h95 bool removeKill(MachineInstr &MI) { in removeKill() function
210 if (!getVarInfo(Reg).removeKill(MI)) in removeVirtualRegisterKilled()
245 if (!getVarInfo(Reg).removeKill(MI)) in removeVirtualRegisterDead()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveVariables.cpp755 bool removed = getVarInfo(Reg).removeKill(MI); in removeVirtualRegistersKilled()
H A DMachineBasicBlock.cpp1180 if (Reg.isPhysical() || LV->getVarInfo(Reg).removeKill(MI)) { in SplitCriticalEdge()
H A DTwoAddressInstructionPass.cpp1614 LV->getVarInfo(RegB).removeKill(*MI)) { in processTiedPairs()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp332 if (VI.removeKill(MI)) in convertToThreeAddress()