Home
last modified time | relevance | path

Searched refs:tree_can_make_abnormal_goto (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dtree-optimize.c289 if (tree_can_make_abnormal_goto (stmt)) in execute_fixup_cfg()
Dtree-flow.h572 extern bool tree_can_make_abnormal_goto (tree);
Dtree-cfg.c502 if (tree_can_make_abnormal_goto (last)) in make_edges()
519 if (tree_can_make_abnormal_goto (last)) in make_edges()
2543 tree_can_make_abnormal_goto (tree t) in tree_can_make_abnormal_goto() function
5422 if (!(stmt && tree_can_make_abnormal_goto (stmt))) in tree_purge_dead_abnormal_call_edges()
DChangeLog-20061360 (tree_can_make_abnormal_goto): New predicate.
1363 * tree-flow.h (tree_can_make_abnormal_goto): Declare.