/* Return the first insn of the current sequence or current function. */ static inline rtx_insn * get_insns (void) { return get_current_sequence ()->first; }