Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCopyToCombine.cpp228 static void removeKillInfo(MachineInstr &MI, unsigned RegNotKilled) { in removeKillInfo() argument
230 if (Op.isReg() && Op.getReg() == RegNotKilled && Op.isKill()) in removeKillInfo()