Home
last modified time | relevance | path

Searched refs:force_nonfallthru (Results 1 – 13 of 13) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dcfglayout.c762 nb = force_nonfallthru (e_fall); in fixup_reorder_chain()
833 force_nonfallthru (e); in fixup_reorder_chain()
Dbasic-block.h900 extern basic_block force_nonfallthru (edge);
Dcfgrtl.c1163 force_nonfallthru (edge e) in force_nonfallthru() function
1276 force_nonfallthru (e); in rtl_split_edge()
Dbb-reorder.c1434 new_bb = force_nonfallthru (fall_thru); in fix_up_fall_thru_edges()
Dcfgcleanup.c838 bb = force_nonfallthru (b_fallthru_edge); in merge_blocks_move()
Dexcept.c1392 force_nonfallthru (e); in emit_to_new_bb_before()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dbasic-block.h727 extern basic_block force_nonfallthru PARAMS ((edge));
Dcfglayout.c565 nb = force_nonfallthru (e_fall); in fixup_reorder_chain()
Dcfgrtl.c1115 force_nonfallthru (e) in force_nonfallthru() function
1301 force_nonfallthru (e);
Dcfgcleanup.c894 bb = force_nonfallthru (b_fallthru_edge);
DChangeLog.69991 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.
/openbsd/src/gnu/gcc/gcc/doc/
Dcfg.texi232 @findex EDGE_FALLTHRU, force_nonfallthru
237 instruction stream. The function @code{force_nonfallthru} is
Dgccint.info11786 `force_nonfallthru' is available to insert an unconditional jump
32316 * EDGE_FALLTHRU, force_nonfallthru: Edges. (line 86)