Searched refs:own_fallthrough (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dreorg.c2856 int own_fallthrough;
2897 own_fallthrough = 0;
2904 own_fallthrough = own_thread_p (NEXT_INSN (jump_insn), NULL_RTX, 1);
2919 if (delay_list.is_empty () && own_fallthrough)
2929 insn_at_target, 0, 0, own_fallthrough,
2936 if (own_fallthrough)
2938 insn_at_target, 0, 0, own_fallthrough,
2834 int own_fallthrough; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dreorg.cc2804 int own_fallthrough;
2845 own_fallthrough = 0;
2852 own_fallthrough = own_thread_p (NEXT_INSN (jump_insn), NULL_RTX, 1);
2867 if (delay_list.is_empty () && own_fallthrough)
2877 insn_at_target, 0, 0, own_fallthrough,
2884 if (own_fallthrough)
2886 insn_at_target, 0, 0, own_fallthrough,
2782 int own_fallthrough; local

Completed in 114 milliseconds