/* Return the last insn emitted in current sequence or current function. */ static inline rtx_insn * get_last_insn (void) { return get_current_sequence ()->last; }