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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dcfgcleanup.c801 bool b_has_incoming_fallthru;
825 b_has_incoming_fallthru = (tmp_edge != NULL);
845 if (b_has_incoming_fallthru)
796 bool b_has_incoming_fallthru; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dcfgcleanup.c827 bool b_has_incoming_fallthru;
851 b_has_incoming_fallthru = (tmp_edge != NULL);
871 if (b_has_incoming_fallthru)
822 bool b_has_incoming_fallthru; local

Completed in 116 milliseconds