Searched refs:BSI_SAME_STMT (Results 1 - 19 of 19) sorted by path

/freebsd-11-stable/contrib/gcc/
H A Dgimplify.c6482 bsi_insert_before (bsi, stmts, BSI_SAME_STMT);
H A Dlambda-code.c1903 bsi_insert_before (&bsi, inc_stmt, BSI_SAME_STMT);
1964 bsi_insert_before (&bsi, stmts, BSI_SAME_STMT);
2193 bsi_insert_before (firstbsi, setstmt, BSI_SAME_STMT);
2551 bsi_insert_after (&bsi, stmt, BSI_SAME_STMT);
2553 bsi_insert_before (&bsi, stmt, BSI_SAME_STMT);
H A Domp-low.c2548 bsi_insert_after (&si, t, BSI_SAME_STMT);
2661 bsi_insert_after (&si, list, BSI_SAME_STMT);
2704 bsi_insert_after (&si, list, BSI_SAME_STMT);
2731 bsi_insert_after (&si, t, BSI_SAME_STMT);
2864 bsi_insert_after (&si, list, BSI_SAME_STMT);
2899 bsi_insert_after (&si, list, BSI_SAME_STMT);
2908 bsi_insert_after (&si, list, BSI_SAME_STMT);
3028 bsi_insert_after (&si, list, BSI_SAME_STMT);
3084 bsi_insert_after (&si, list, BSI_SAME_STMT);
3104 bsi_insert_after (&si, list, BSI_SAME_STMT);
[all...]
H A Dtree-cfg.c319 bsi_insert_before (&bsi, assignment, BSI_SAME_STMT);
2911 bsi_insert_after (to, stmt, BSI_SAME_STMT);
2922 bsi_insert_before (to, stmt, BSI_SAME_STMT);
5687 bsi_insert_before (bsi, new_stmt, BSI_SAME_STMT);
H A Dtree-complex.c777 bsi_insert_before (bsi, x, BSI_SAME_STMT);
790 bsi_insert_before (bsi, x, BSI_SAME_STMT);
1061 bsi_insert_before (bsi, cond, BSI_SAME_STMT);
1126 bsi_insert_before (bsi, t1, BSI_SAME_STMT);
1128 bsi_insert_before (bsi, t1, BSI_SAME_STMT);
1165 bsi_insert_before (bsi, t1, BSI_SAME_STMT);
1167 bsi_insert_before (bsi, t1, BSI_SAME_STMT);
H A Dtree-flow.h496 BSI_SAME_STMT, enumerator in enum:bsi_iterator_update
H A Dtree-if-conv.c632 bsi_insert_before (bsi, tmp_stmts1, BSI_SAME_STMT);
637 bsi_insert_before (bsi, tmp_stmts2, BSI_SAME_STMT);
648 bsi_insert_before (bsi, tmp_stmt, BSI_SAME_STMT);
771 bsi_insert_before (bsi, new_stmts, BSI_SAME_STMT);
777 bsi_insert_before (bsi, new_stmt, BSI_SAME_STMT);
839 bsi_insert_before (bsi, new_stmt, BSI_SAME_STMT);
H A Dtree-profile.c156 bsi_insert_before (&bsi, call, BSI_SAME_STMT);
179 bsi_insert_before (&bsi, call, BSI_SAME_STMT);
202 bsi_insert_before (&bsi, call, BSI_SAME_STMT);
H A Dtree-sra.c1932 bsi_insert_before (bsi, list, BSI_SAME_STMT);
1948 bsi_insert_after (bsi, list, BSI_SAME_STMT);
H A Dtree-ssa-loop-ivopts.c5465 bsi_insert_before (&bsi, stmts, BSI_SAME_STMT);
5625 bsi_insert_before (&bsi, stmts, BSI_SAME_STMT);
5644 bsi_insert_before (&bsi, stmts, BSI_SAME_STMT);
H A Dtree-ssa-loop-prefetch.c852 bsi_insert_before (&bsi, prefetch, BSI_SAME_STMT);
H A Dtree-ssa-math-opts.c318 bsi_insert_before (&bsi, new_stmt, BSI_SAME_STMT);
332 bsi_insert_before (&bsi, new_stmt, BSI_SAME_STMT);
H A Dtree-ssa-pre.c3321 bsi_insert_before (&bsi, newstmt, BSI_SAME_STMT);
H A Dtree-tailcall.c648 bsi_insert_before (&bsi, stmt, BSI_SAME_STMT);
663 bsi_insert_before (&bsi, stmt, BSI_SAME_STMT);
H A Dtree-vect-patterns.c524 bsi_insert_before (&si, pattern_expr, BSI_SAME_STMT);
H A Dtree-vect-transform.c578 bsi_insert_before (bsi, vec_stmt, BSI_SAME_STMT);
2566 bsi_insert_before (&last_bsi, stmt, BSI_SAME_STMT);
3036 bsi_insert_before (&cond_exp_bsi, cond_expr_stmt_list, BSI_SAME_STMT);
H A Dtree-vectorizer.c806 bsi_insert_before (&loop_cond_bsi, cond_stmt, BSI_SAME_STMT);
H A Dtree-vrp.c3751 bsi_insert_after (&loc->si, assert_expr, BSI_SAME_STMT);
H A Dvalue-prof.c202 bsi_insert_before (&bsi, stmt1, BSI_SAME_STMT);
203 bsi_insert_before (&bsi, stmt2, BSI_SAME_STMT);
204 bsi_insert_before (&bsi, stmt3, BSI_SAME_STMT);
211 bsi_insert_before (&bsi, label1, BSI_SAME_STMT);
212 bsi_insert_before (&bsi, stmt1, BSI_SAME_STMT);
218 bsi_insert_before (&bsi, label2, BSI_SAME_STMT);
219 bsi_insert_before (&bsi, stmt1, BSI_SAME_STMT);
223 bsi_insert_before (&bsi, label3, BSI_SAME_STMT);
369 bsi_insert_before (&bsi, stmt2, BSI_SAME_STMT);
370 bsi_insert_before (&bsi, stmt3, BSI_SAME_STMT);
[all...]

Completed in 236 milliseconds