Searched refs:force_nonfallthru (Results 1 – 13 of 13) sorted by relevance
762 nb = force_nonfallthru (e_fall); in fixup_reorder_chain()833 force_nonfallthru (e); in fixup_reorder_chain()
900 extern basic_block force_nonfallthru (edge);
1163 force_nonfallthru (edge e) in force_nonfallthru() function1276 force_nonfallthru (e); in rtl_split_edge()
1434 new_bb = force_nonfallthru (fall_thru); in fix_up_fall_thru_edges()
838 bb = force_nonfallthru (b_fallthru_edge); in merge_blocks_move()
1392 force_nonfallthru (e); in emit_to_new_bb_before()
727 extern basic_block force_nonfallthru PARAMS ((edge));
565 nb = force_nonfallthru (e_fall); in fixup_reorder_chain()
1115 force_nonfallthru (e) in force_nonfallthru() function1301 force_nonfallthru (e);
894 bb = force_nonfallthru (b_fallthru_edge);
9991 force_nonfallthru, redirect_edge_and_branch_force, tidy_fallthru_edge,11347 (force_nonfallthru): New.11348 * bb-reorder.c (fixup_reorder_chain): Fixup use force_nonfallthru.11356 (force_nonfallthru): New.11357 (split_edge): Rewrite to use force_nonfallthru and create_block.11360 * cfgcleanup.c (merge_blocks): Use force_nonfallthru.
232 @findex EDGE_FALLTHRU, force_nonfallthru237 instruction stream. The function @code{force_nonfallthru} is
11786 `force_nonfallthru' is available to insert an unconditional jump32316 * EDGE_FALLTHRU, force_nonfallthru: Edges. (line 86)