HomeSort by: relevance | last modified time | path
    Searched defs:stmts (Results 1 - 25 of 95) sorted by relevancy

1 2 3 4

  /src/usr.sbin/mrouted/
cfparse.y 101 conf : stmts
104 stmts : /* Empty */ label
105 | stmts stmt
  /src/external/gpl3/gcc/dist/gcc/
gimplify-me.cc 39 /* Expand EXPR to list of gimple statements STMTS. GIMPLE_TEST_F specifies
44 force_gimple_operand_1 (tree expr, gimple_seq *stmts,
50 *stmts = NULL;
73 gimplify_and_add (expr, stmts);
78 ret = gimplify_expr (&expr, stmts, NULL, gimple_test_f, fb_rvalue);
88 /* Expand EXPR to list of gimple statements STMTS. If SIMPLE is true,
94 force_gimple_operand (tree expr, gimple_seq *stmts, bool simple, tree var)
96 return force_gimple_operand_1 (expr, stmts,
113 gimple_seq stmts; local
115 expr = force_gimple_operand_1 (expr, &stmts, gimple_test_f, var)
    [all...]
gimple-isel.cc 197 gimple_seq stmts = NULL; local
200 tree tem0 = gimple_build (&stmts, loc, BIT_AND_EXPR, type, op1, op0);
201 tree tem1 = gimple_build (&stmts, loc, BIT_NOT_EXPR, type, op0);
202 tree tem2 = gimple_build (&stmts, loc, BIT_AND_EXPR, type, op2, tem1);
203 tree tem3 = gimple_build (&stmts, loc, BIT_IOR_EXPR, type, tem0, tem2);
204 gsi_insert_seq_before (gsi, stmts, GSI_SAME_STMT);
sese.cc 96 /* Reset debug stmts that reference SSA_NAMES defined in REGION that
108 auto_vec<gimple *, 4> stmts; local
116 stmts.safe_push (use_stmt);
118 while (!stmts.is_empty ())
120 gimple *stmt = stmts.pop ();
vtable-verify.cc 644 gimple_seq stmts; local
649 stmts = bb_seq (bb);
650 gsi_virtual_call = gsi_start (stmts);
cfgloopmanip.cc 913 gimple_seq stmts; local
951 initial_value = force_gimple_operand (initial_value, &stmts, true, iv);
952 if (stmts)
954 gsi_insert_seq_on_edge (loop_preheader_edge (loop), stmts); local
958 upper_bound = force_gimple_operand (upper_bound, &stmts, true, NULL);
959 if (stmts)
961 gsi_insert_seq_on_edge (loop_preheader_edge (loop), stmts); local
gimple-loop-versioning.cc 1683 gimple_seq stmts = NULL; local
1684 cond = force_gimple_operand_1 (cond, &stmts, is_gimple_condexpr_for_cond,
1710 if (stmts)
1713 gsi_insert_seq_before (&gsi, stmts, GSI_SAME_STMT);
sanopt.cc 372 /* For this PTR we don't have any UBSAN_NULL stmts recorded, so there's
392 stmts have same location. */
588 /* For this PTR we don't have any UBSAN_PTR stmts recorded, so there's
612 /* For this PTR we don't have any UBSAN_VPTR stmts recorded, so there's
762 /* For this PTR we don't have any ASAN_CHECK stmts recorded, so there's
1178 gimple_seq stmts = NULL; local
1227 gimple_seq_add_stmt (&stmts, g);
1233 gimple_seq_add_stmt (&stmts, g);
1239 gimple_seq_add_stmt (&stmts, g);
1288 gsi_insert_seq_before (&gsi, stmts, GSI_NEW_STMT)
    [all...]
tree-complex.cc 787 this pass that might walk SSA_NAME def stmts,
928 gimple_seq stmts = NULL; local
934 rr = gimple_build (&stmts, loc, code, inner_type, ar, br);
941 ri = gimple_build (&stmts, loc, MINUS_EXPR, inner_type, ai, bi);
948 rr = gimple_build (&stmts, loc, MINUS_EXPR, inner_type, ar, br);
956 ri = gimple_build (&stmts, loc, code, inner_type, ai, bi);
960 rr = gimple_build (&stmts, loc, code, inner_type, ar, br);
966 ri = gimple_build (&stmts, loc, code, inner_type, ai, bi);
972 rr = gimple_build (&stmts, loc, code, inner_type, ar, br);
980 ri = gimple_build (&stmts, loc, code, inner_type, ai, bi)
1108 gimple_seq stmts = NULL; local
1260 gimple_seq stmts = NULL; local
1295 gimple_seq stmts = NULL; local
1455 gimple_seq stmts = NULL; local
1538 gimple_seq stmts = NULL; local
1557 gimple_seq stmts = NULL; local
1574 gimple_seq stmts = NULL; local
    [all...]
tree-ssa-loop-manip.cc 69 gimple_seq stmts; local
125 step = force_gimple_operand (step, &stmts, true, NULL_TREE);
126 if (stmts)
127 gsi_insert_seq_on_edge_immediate (pe, stmts);
154 initial = force_gimple_operand (base, &stmts, true, var);
155 if (stmts)
156 gsi_insert_seq_on_edge_immediate (pe, stmts);
933 gimple_seq stmts; local
1016 cond = force_gimple_operand (unshare_expr (cond), &stmts, false, NULL_TREE);
1017 if (stmts)
1018 gsi_insert_seq_on_edge_immediate (loop_preheader_edge (loop), stmts); local
1026 gsi_insert_seq_on_edge_immediate (loop_preheader_edge (loop), stmts); local
1032 gsi_insert_seq_on_edge_immediate (loop_preheader_edge (loop), stmts); local
1035 gsi_insert_seq_on_edge_immediate (loop_preheader_edge (loop), stmts); local
1402 gimple_seq stmts; local
1439 gsi_insert_seq_on_edge_immediate (loop_preheader_edge (loop), stmts); local
    [all...]
tree-vect-loop-manip.cc 147 /* A stack of values to be adjusted in debug stmts. We have to
155 /* Adjust any debug stmts that referenced AI->from values to use the
171 /* Adjust any debug stmts that held onto non-loop-closed
202 /* Adjust debug stmts as scheduled before. */
219 /* Adjust any debug stmts that referenced FROM values to use the
246 to adjust any debug stmts that referenced the old phi arg,
782 gimple_seq stmts = NULL; local
783 next_ctrl = vect_gen_while (&stmts, ctrl_type, test_index,
785 gsi_insert_seq_before (test_gsi, stmts, GSI_SAME_STMT);
1439 live-on-exit/end-of-BB virtual operand when copying stmts. *
    [all...]
cgraph.cc 3837 hash_set<gimple *> stmts; local
3845 stmts.add (gsi_stmt (gsi));
3851 stmts.add (stmt);
3895 if (ref->stmt && !stmts.contains (ref->stmt))
  /src/external/gpl3/gcc.old/dist/gcc/
gimplify-me.cc 39 /* Expand EXPR to list of gimple statements STMTS. GIMPLE_TEST_F specifies
44 force_gimple_operand_1 (tree expr, gimple_seq *stmts,
50 *stmts = NULL;
73 gimplify_and_add (expr, stmts);
78 ret = gimplify_expr (&expr, stmts, NULL, gimple_test_f, fb_rvalue);
88 /* Expand EXPR to list of gimple statements STMTS. If SIMPLE is true,
94 force_gimple_operand (tree expr, gimple_seq *stmts, bool simple, tree var)
96 return force_gimple_operand_1 (expr, stmts,
113 gimple_seq stmts; local
115 expr = force_gimple_operand_1 (expr, &stmts, gimple_test_f, var)
    [all...]
gimple-isel.cc 152 gimple_seq stmts = NULL; local
155 tree tem0 = gimple_build (&stmts, loc, BIT_AND_EXPR, type, op1, op0);
156 tree tem1 = gimple_build (&stmts, loc, BIT_NOT_EXPR, type, op0);
157 tree tem2 = gimple_build (&stmts, loc, BIT_AND_EXPR, type, op2, tem1);
158 tree tem3 = gimple_build (&stmts, loc, BIT_IOR_EXPR, type, tem0, tem2);
159 gsi_insert_seq_before (gsi, stmts, GSI_SAME_STMT);
sese.cc 96 /* Reset debug stmts that reference SSA_NAMES defined in REGION that
108 auto_vec<gimple *, 4> stmts; local
116 stmts.safe_push (use_stmt);
118 while (!stmts.is_empty ())
120 gimple *stmt = stmts.pop ();
vtable-verify.cc 644 gimple_seq stmts; local
649 stmts = bb_seq (bb);
650 gsi_virtual_call = gsi_start (stmts);
cfgloopmanip.cc 777 gimple_seq stmts; local
815 initial_value = force_gimple_operand (initial_value, &stmts, true, iv);
816 if (stmts)
818 gsi_insert_seq_on_edge (loop_preheader_edge (loop), stmts); local
822 upper_bound = force_gimple_operand (upper_bound, &stmts, true, NULL);
823 if (stmts)
825 gsi_insert_seq_on_edge (loop_preheader_edge (loop), stmts); local
gimple-loop-versioning.cc 1683 gimple_seq stmts = NULL; local
1684 cond = force_gimple_operand_1 (cond, &stmts, is_gimple_condexpr, NULL_TREE);
1709 if (stmts)
1712 gsi_insert_seq_before (&gsi, stmts, GSI_SAME_STMT);
sanopt.cc 372 /* For this PTR we don't have any UBSAN_NULL stmts recorded, so there's
392 stmts have same location. */
588 /* For this PTR we don't have any UBSAN_PTR stmts recorded, so there's
612 /* For this PTR we don't have any UBSAN_VPTR stmts recorded, so there's
739 /* For this PTR we don't have any ASAN_CHECK stmts recorded, so there's
1153 gimple_seq stmts = NULL; local
1202 gimple_seq_add_stmt (&stmts, g);
1208 gimple_seq_add_stmt (&stmts, g);
1214 gimple_seq_add_stmt (&stmts, g);
1263 gsi_insert_seq_before (&gsi, stmts, GSI_NEW_STMT)
    [all...]
tree-complex.cc 782 this pass that might walk SSA_NAME def stmts,
921 gimple_seq stmts = NULL; local
927 rr = gimple_build (&stmts, loc, code, inner_type, ar, br);
934 ri = gimple_build (&stmts, loc, MINUS_EXPR, inner_type, ai, bi);
941 rr = gimple_build (&stmts, loc, MINUS_EXPR, inner_type, ar, br);
949 ri = gimple_build (&stmts, loc, code, inner_type, ai, bi);
953 rr = gimple_build (&stmts, loc, code, inner_type, ar, br);
959 ri = gimple_build (&stmts, loc, code, inner_type, ai, bi);
965 rr = gimple_build (&stmts, loc, code, inner_type, ar, br);
973 ri = gimple_build (&stmts, loc, code, inner_type, ai, bi)
1101 gimple_seq stmts = NULL; local
1253 gimple_seq stmts = NULL; local
1288 gimple_seq stmts = NULL; local
1448 gimple_seq stmts = NULL; local
1531 gimple_seq stmts = NULL; local
1550 gimple_seq stmts = NULL; local
1567 gimple_seq stmts = NULL; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
optimize.cc 94 tree stmts; local
112 stmts = DECL_SAVED_TREE (fn);
113 walk_tree (&stmts, copy_tree_body_r, &id, NULL);
128 append_to_statement_list_force (stmts, &DECL_SAVED_TREE (clone));
except.cc 1365 tree stmts = NULL_TREE;
1368 append_to_statement_list_force (tsi_stmt (iter), &stmts);
1383 stmts, cond, retval);
1367 append_to_statement_list_force (tsi_stmt (iter), &stmts); local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
optimize.cc 93 tree stmts; local
111 stmts = DECL_SAVED_TREE (fn);
112 walk_tree (&stmts, copy_tree_body_r, &id, NULL);
127 append_to_statement_list_force (stmts, &DECL_SAVED_TREE (clone));
except.cc 1358 tree stmts = NULL_TREE;
1361 append_to_statement_list_force (tsi_stmt (iter), &stmts);
1376 stmts, cond, retval);
1360 append_to_statement_list_force (tsi_stmt (iter), &stmts); local
  /src/external/bsd/libpcap/dist/
gencode.h 276 struct slist *stmts; /* side effect stmts */ member in struct:block

Completed in 58 milliseconds

1 2 3 4