Home
last modified time | relevance | path

Searched refs:c_has_outgoing_fallthru (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dcfgcleanup.c847 bool c_has_outgoing_fallthru; local
865 c_has_outgoing_fallthru = (tmp_edge != NULL);
877 if (! c_has_outgoing_fallthru)
/openbsd/gnu/gcc/gcc/
H A Dcfgcleanup.c787 bool c_has_outgoing_fallthru; in merge_blocks_move() local
806 c_has_outgoing_fallthru = (tmp_edge != NULL); in merge_blocks_move()
821 if (! c_has_outgoing_fallthru) in merge_blocks_move()