HomeSort by: relevance | last modified time | path
    Searched defs:next_stmt (Results 1 - 12 of 12) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_sugar.c 394 dt_node_t *next_stmt; local
397 for (stmt = stmts; stmt != NULL; stmt = next_stmt) {
398 next_stmt = stmt->dn_list;
  /src/external/gpl3/gcc/dist/gcc/analyzer/
program-point.h 151 void next_stmt ();
298 void next_stmt () { m_function_point.next_stmt (); } function in class:ana::program_point
program-point.cc 649 function_point::next_stmt () function in class:ana::function_point
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
program-point.cc 633 function_point::next_stmt () function in class:ana::function_point
program-point.h 148 void next_stmt ();
304 void next_stmt () { m_function_point.next_stmt (); } function in class:ana::program_point
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-propagate.cc 462 gimple *next_stmt = NULL; local
465 next_stmt = uid_to_stmt[next_stmt_uid];
466 next_stmt_bb_order = bb_to_cfg_order[gimple_bb (next_stmt)->index];
487 print_gimple_stmt (dump_file, next_stmt, 0, dump_flags);
489 simulate_stmt (next_stmt);
tree-ssa-strlen.cc 2967 gimple *next_stmt = gsi_stmt (gsi); local
2968 if (!next_stmt)
2983 next_stmt = gsi_stmt (gsi);
2984 if (next_stmt && is_gimple_debug (next_stmt))
2987 next_stmt = gsi_stmt (gsi);
2994 if (next_stmt && is_gimple_assign (next_stmt))
2996 tree lhs = gimple_assign_lhs (next_stmt);
tree-parloops.cc 309 gassign *next_stmt = as_a <gassign *> (reduc_chain[i]->stmt); local
310 if (gimple_assign_rhs2 (next_stmt) == lhs)
312 tree op = gimple_assign_rhs1 (next_stmt);
322 lhs = gimple_assign_lhs (next_stmt);
330 tree op = gimple_assign_rhs2 (next_stmt);
342 "swapping oprnds: %G", (gimple *) next_stmt);
344 swap_ssa_operands (next_stmt,
345 gimple_assign_rhs1_ptr (next_stmt),
346 gimple_assign_rhs2_ptr (next_stmt));
347 update_stmt (next_stmt);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-propagate.cc 488 gimple *next_stmt = NULL; local
491 next_stmt = uid_to_stmt[next_stmt_uid];
492 next_stmt_bb_order = bb_to_cfg_order[gimple_bb (next_stmt)->index];
513 print_gimple_stmt (dump_file, next_stmt, 0, dump_flags);
515 simulate_stmt (next_stmt);
tree-ssa-strlen.cc 2975 gimple *next_stmt = gsi_stmt (gsi); local
2976 if (!next_stmt)
2991 next_stmt = gsi_stmt (gsi);
2992 if (next_stmt && is_gimple_debug (next_stmt))
2995 next_stmt = gsi_stmt (gsi);
3002 if (next_stmt && is_gimple_assign (next_stmt))
3004 tree lhs = gimple_assign_lhs (next_stmt);
tree-parloops.cc 309 gassign *next_stmt = as_a <gassign *> (reduc_chain[i]->stmt); local
310 if (gimple_assign_rhs2 (next_stmt) == lhs)
312 tree op = gimple_assign_rhs1 (next_stmt);
322 lhs = gimple_assign_lhs (next_stmt);
330 tree op = gimple_assign_rhs2 (next_stmt);
342 next_stmt);
344 swap_ssa_operands (next_stmt,
345 gimple_assign_rhs1_ptr (next_stmt),
346 gimple_assign_rhs2_ptr (next_stmt));
347 update_stmt (next_stmt);
    [all...]
  /src/external/public-domain/sqlite/dist/
sqlite3ext.h 206 sqlite3_stmt *(*next_stmt)(sqlite3*,sqlite3_stmt*); member in struct:sqlite3_api_routines
566 #define sqlite3_next_stmt sqlite3_api->next_stmt

Completed in 48 milliseconds