Searched refs:new_stmt (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/contrib/libpcap/
H A Dgencode.c219 static inline struct slist *new_stmt(int);
375 new_stmt(code) function
757 s2 = new_stmt(BPF_ALU|BPF_AND|BPF_K);
1509 s2 = new_stmt(BPF_LD|BPF_IND|size);
1519 s = new_stmt(BPF_LD|BPF_ABS|size);
1550 s2 = new_stmt(BPF_LD|BPF_IND|size);
1559 s = new_stmt(BPF_LD|BPF_ABS|size);
1578 s = new_stmt(BPF_LD|BPF_ABS|size);
1617 s2 = new_stmt(BPF_LD|BPF_IND|size);
1657 s2 = new_stmt(BPF_L
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-math-opts.c295 tree type, new_stmt; local
306 new_stmt = build2 (MODIFY_EXPR, void_type_node, recip_def,
318 bsi_insert_before (&bsi, new_stmt, BSI_SAME_STMT);
326 bsi_insert_after (def_bsi, new_stmt, BSI_NEW_STMT);
332 bsi_insert_before (&bsi, new_stmt, BSI_SAME_STMT);
335 occ->recip_def_stmt = new_stmt;
H A Dtree-vect-transform.c149 tree dest, new_stmt; local
157 base_offset = force_gimple_operand (base_offset, &new_stmt, false, dest);
158 append_to_statement_list_force (new_stmt, new_stmt_list);
168 base_offset = force_gimple_operand (base_offset, &new_stmt, false, tmp);
169 append_to_statement_list_force (new_stmt, new_stmt_list);
1770 tree new_stmt; local
1854 new_stmt = build2 (MODIFY_EXPR, vectype, vec_dest, data_ref);
1855 new_temp = make_ssa_name (vec_dest, new_stmt);
1856 TREE_OPERAND (new_stmt, 0) = new_temp;
1857 vect_finish_stmt_generation (stmt, new_stmt, bs
[all...]
H A Dtree-if-conv.c774 tree new_stmt; local
776 new_stmt = ifc_temp_var (TREE_TYPE (*cond), unshare_expr (*cond));
777 bsi_insert_before (bsi, new_stmt, BSI_SAME_STMT);
778 *cond = TREE_OPERAND (new_stmt, 0);
801 tree new_stmt; local
832 new_stmt = build2 (MODIFY_EXPR, TREE_TYPE (PHI_RESULT (phi)),
836 SSA_NAME_DEF_STMT (PHI_RESULT (phi)) = new_stmt;
839 bsi_insert_before (bsi, new_stmt, BSI_SAME_STMT);
840 update_stmt (new_stmt);
845 print_generic_stmt (dump_file, new_stmt, TDF_SLI
[all...]
H A Dtree-eh.c1031 tree finally, new_stmt;
1037 new_stmt = NULL_TREE;
1043 append_to_statement_list (x, &new_stmt);
1047 append_to_statement_list (x, &new_stmt);
1053 append_to_statement_list (x, &new_stmt);
1057 append_to_statement_list (x, &new_stmt);
1060 append_to_statement_list (x, &new_stmt);
1103 append_to_statement_list (x, &new_stmt);
1107 append_to_statement_list (x, &new_stmt);
1109 append_to_statement_list (q->cont_stmt, &new_stmt);
1026 tree finally, new_stmt; local
2062 maybe_clean_or_replace_eh_stmt(tree old_stmt, tree new_stmt) argument
[all...]
H A Dtree-ssa-operands.c2297 create_ssa_artficial_load_stmt (tree new_stmt, tree old_stmt) argument
2305 ann = get_stmt_ann (new_stmt);
2309 parse_ssa_operands (new_stmt);
2344 finalize_ssa_stmt_operands (new_stmt);
2347 FOR_EACH_SSA_USE_OPERAND (use_p, new_stmt, iter, SSA_OP_ALL_USES)
H A Domp-low.c3595 tree new_stmt, stmt, body, bind, block, ilist, olist, new_body;
3651 new_stmt = build3 (BIND_EXPR, void_type_node, NULL, NULL, NULL);
3652 TREE_SIDE_EFFECTS (new_stmt) = 1;
3672 BIND_EXPR_BODY (new_stmt) = new_body;
3675 *stmt_p = new_stmt;
4052 tree t, stmt, ilist, dlist, new_stmt, *body_p, *rhs_p;
4067 new_stmt = build3 (BIND_EXPR, void_type_node, NULL, NULL, NULL);
4068 TREE_SIDE_EFFECTS (new_stmt) = 1;
4069 body_p = &BIND_EXPR_BODY (new_stmt);
4124 *stmt_p = new_stmt;
3593 tree new_stmt, stmt, body, bind, block, ilist, olist, new_body; local
4050 tree t, stmt, ilist, dlist, new_stmt, *body_p, *rhs_p; local
[all...]
H A Dcgraph.c353 cgraph_set_call_stmt (struct cgraph_edge *e, tree new_stmt) argument
361 e->call_stmt = new_stmt;
H A Dtree-cfg.c5675 tree t, new_stmt, orig_stmt;
5681 new_stmt = build2 (MODIFY_EXPR, type, t, exp);
5684 SET_EXPR_LOCUS (new_stmt, EXPR_LOCUS (orig_stmt));
5685 TREE_BLOCK (new_stmt) = TREE_BLOCK (orig_stmt);
5687 bsi_insert_before (bsi, new_stmt, BSI_SAME_STMT);
5689 mark_new_vars_to_rename (new_stmt);
5674 tree t, new_stmt, orig_stmt; local
H A Dtree-ssa-ccp.c2504 tree new_stmt = tsi_stmt (ti);
2506 bsi_insert_before (si_p, new_stmt, BSI_NEW_STMT);
2503 tree new_stmt = tsi_stmt (ti); local

Completed in 114 milliseconds