Searched refs:RegDeadKill (Results 1 – 1 of 1) sorted by relevance
1453 unsigned Reg, bool RegDeadKill, bool RegUndef, in InsertLDR_STR() argument1461 .addReg(Reg, getDefRegState(true) | getDeadRegState(RegDeadKill)) in InsertLDR_STR()1467 .addReg(Reg, getKillRegState(RegDeadKill) | getUndefRegState(RegUndef)) in InsertLDR_STR()