Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
HDgimple-fold.h42 extern tree no_follow_ssa_edges (tree);
45 tree (*) (tree) = no_follow_ssa_edges);
HDtree-cfgcleanup.c153 if (gimple_simplify (stmt, &rcode, ops, NULL, no_follow_ssa_edges, in cleanup_control_expr_graph()
154 no_follow_ssa_edges) in cleanup_control_expr_graph()
HDtree-ssa-dom.c1040 no_follow_ssa_edges); in back_propagate_equivalences()
HDgimple-fold.c4955 no_follow_ssa_edges (tree) in no_follow_ssa_edges() function
4981 return fold_stmt_1 (gsi, false, no_follow_ssa_edges); in fold_stmt()
5002 bool changed = fold_stmt_1 (gsi, true, no_follow_ssa_edges); in fold_stmt_inplace()