Searched refs:fall_thru_label (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dbb-reorder.c1344 rtx fall_thru_label;
1422 fall_thru_label = block_label (fall_thru->dest);
1424 if (old_jump && JUMP_P (old_jump) && fall_thru_label)
1426 fall_thru_label,0);
1343 rtx fall_thru_label; local
H A Dgimplify.c3343 tree loop_entry_label, loop_exit_label, fall_thru_label;
3348 fall_thru_label = create_artificial_label (UNKNOWN_LOCATION);
3376 loop_exit_label, fall_thru_label));
3378 gimplify_seq_add_stmt (pre_p, gimple_build_label (fall_thru_label));
3342 tree loop_entry_label, loop_exit_label, fall_thru_label; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dbb-reorder.c1346 rtx fall_thru_label;
1409 fall_thru_label = block_label (fall_thru->dest);
1411 if (old_jump && fall_thru_label)
1413 fall_thru_label,0);
1345 rtx fall_thru_label; local

Completed in 143 milliseconds