Searched refs:tsi_stmt (Results 1 - 23 of 23) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dc-semantics.c94 u = tsi_stmt (i);
H A Dtree-iterator.h91 tsi_stmt (tree_stmt_iterator i) function
H A Dgimple-low.c197 stmt = tsi_stmt (*tsi);
212 tree stmt = tsi_stmt (*tsi);
295 tree stmt = tsi_stmt (*tsi);
357 switch (TREE_CODE (tsi_stmt (i)))
365 if (block_may_fallthru (CATCH_BODY (tsi_stmt (i))))
380 return block_may_fallthru (EH_FILTER_FAILURE (tsi_stmt (i)));
463 tree stmt = tsi_stmt (*tsi);
558 tree stmt = tsi_stmt (*tsi);
648 tree stmt = tsi_stmt (*tsi);
H A Dtree-mudflap.c478 insert_edge_copies (tsi_stmt (tsi), ENTRY_BLOCK_PTR);
483 insert_edge_copies (tsi_stmt (tsi), ENTRY_BLOCK_PTR);
651 bsi_insert_after (&bsi, tsi_stmt (tsi), BSI_CONTINUE_LINKING);
691 bsi_insert_after (&bsi, tsi_stmt (tsi), BSI_CONTINUE_LINKING);
H A Dtree-eh.c252 collect_finally_tree (tsi_stmt (i), region);
469 replace_goto_queue_1 (tsi_stmt (i), tf, &i);
1465 catch = tsi_stmt (i);
1647 switch (TREE_CODE (tsi_stmt (i)))
1665 t = tsi_stmt (i);
H A Dtree-cfg.c344 stmt = tsi_stmt (i);
1470 if (remove_useless_stmts_warn_notreached (tsi_stmt (i)))
1691 stmt = tsi_stmt (i);
1699 stmt = tsi_stmt (i);
1907 t = tsi_stmt (i);
1916 t = tsi_stmt (i);
2768 set_bb_for_stmt (tsi_stmt (i), bb);
2847 stmt = tsi_stmt (i);
4266 change_bb_for_stmt (tsi_stmt (tsi_tgt), new_bb);
H A Dtree-nested.c392 SET_EXPR_LOCUS (stmt, EXPR_LOCUS (tsi_stmt (*tsi)));
420 SET_EXPR_LOCUS (stmt, EXPR_LOCUS (tsi_stmt (*tsi)));
1545 SET_EXPR_LOCUS (x, EXPR_LOCUS (tsi_stmt (wi->tsi)));
1581 if (tsi_end_p (tmp_tsi) || block_may_fallthru (tsi_stmt (tmp_tsi)))
H A Dprint-tree.c802 dump_addr (file, " ", tsi_stmt (i));
809 print_node (file, "stmt", tsi_stmt (i), indent + 4);
H A Dtree-outof-ssa.c2046 if (!identical_copies_p (tsi_stmt (tsi1), tsi_stmt (tsi2)))
H A Dtree-sra.c1593 mark_all_v_defs_1 (tsi_stmt (i));
2197 first = tsi_stmt (tsi);
H A Dtree-dump.c426 dump_child (buffer, tsi_stmt (it));
H A Dtree-flow-inline.h722 return tsi_stmt (i.tsi);
H A Domp-low.c3619 sec_start = tsi_stmt (tsi);
4270 SET_EXPR_LOCUS (stmt, EXPR_LOCUS (tsi_stmt (*tsi)));
4288 SET_EXPR_LOCUS (stmt, EXPR_LOCUS (tsi_stmt (*tsi)));
H A Dtree-ssa-ccp.c2504 tree new_stmt = tsi_stmt (ti);
H A Dtree-inline.c441 tsi_link_after (&ni, tsi_stmt (oi), TSI_NEW_STMT);
H A Dtree-pretty-print.c1020 dump_generic_node (buffer, tsi_stmt (si), spc, flags, true);
H A Dgimplify.c787 tree t = tsi_stmt (i);
3749 t = tsi_stmt (i);
H A Dtree-ssa-pre.c2419 tree stmt = tsi_stmt (tsi);
H A Dtree.c7801 if (!empty_body_p (tsi_stmt (i)))
H A Dc-typeck.c7580 emit_side_effect_warnings (tsi_stmt (i));
H A Dexpr.c8572 expand_expr (tsi_stmt (iter), const0_rtx, VOIDmode, modifier);
/freebsd-9.3-release/contrib/gcc/cp/
H A Dexcept.c958 tree handler = tsi_stmt (i);
986 tree handler = tsi_stmt (i);
H A Dpt.c8507 RECUR (tsi_stmt (i));

Completed in 269 milliseconds