Home
last modified time | relevance | path

Searched refs:force_nonfallthru_and_redirect (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dcfgrtl.c79 static basic_block force_nonfallthru_and_redirect PARAMS ((edge, basic_block));
962 force_nonfallthru_and_redirect (e, target) in force_nonfallthru_and_redirect() function
1118 return force_nonfallthru_and_redirect (e, e->dest);
1136 return force_nonfallthru_and_redirect (e, target);
H A DChangeLog.69984 back_edge_of_syntactic_loop_p, force_nonfallthru_and_redirect,
9990 redirect_edge_and_branch, force_nonfallthru_and_redirect,
10715 * cfg.c (force_nonfallthru_and_redirect): Handle redirecting
10840 (force_nonfallthru_and_redirect): Likewise; do not update BB boundaries.
11333 * cfg.c (force_nonfallthru_and_redirect, split_edge): Kill EDGE_CRITICAL
11354 (force_nonfallthru_and_redirect): Break out from ...; cleanup
H A DChangeLog4891 * cfgrtl.c (force_nonfallthru_and_redirect): Use unchecked_make_edge.
5099 * cfgrtl.c (force_nonfallthru_and_redirect): Do not special
5118 * cfgrtl.c (force_nonfallthru_and_redirect): If e is the edge
5385 * cfgrtl.c (force_nonfallthru_and_redirect): Likewise.
8496 * cfgrtl.c (force_nonfallthru_and_redirect): Allow abnormal edge
H A DChangeLog.7483 * cfgrtl.c (force_nonfallthru_and_redirect): Place redirection
6382 split_block, force_nonfallthru_and_redirect, split_edge): Modified.
7221 force_nonfallthru_and_redirect, tidy_fallthru_edge,
13321 * cfgrtl.c (force_nonfallthru_and_redirect): Fix loop_depth
18246 * cfgrtl.c (force_nonfallthru_and_redirect): Don't try to redirect
/openbsd/gnu/gcc/gcc/
H A Dcfgrtl.c994 force_nonfallthru_and_redirect (edge e, basic_block target) in force_nonfallthru_and_redirect() function
1165 return force_nonfallthru_and_redirect (e, e->dest); in force_nonfallthru()
1182 return force_nonfallthru_and_redirect (e, target); in rtl_redirect_edge_and_branch_force()