Searched refs:isLateKill (Results 1 – 5 of 5) sorted by relevance
67 if (op.isTemp() && op.isLateKill() && op.isFirstKill()) in get_temp_registers()168 if (operand.isLateKill()) in process_live_temps_per_block()
691 constexpr bool isLateKill() const noexcept in isLateKill() function724 return isKill() && !isLateKill(); in isKillBeforeDef()729 return isFirstKill() && !isLateKill(); in isFirstKillBeforeDef()
169 if (operand->isLateKill()) in print_operand()
885 if (op.isLateKill() && op.isFirstKill()) { in validate_ra()
2254 if (op.isTemp() && op.isFirstKill() && op.isLateKill()) in register_allocation()