HomeSort by: relevance | last modified time | path
    Searched refs:new_stmts (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop-manip.cc 2395 gimple_seq new_stmts = NULL;
2396 ni_name = force_gimple_operand (ni, &new_stmts, false, var);
2402 gsi_insert_seq_after (&last_gsi, new_stmts, GSI_SAME_STMT);
2407 gsi_insert_seq_before (&last_gsi, new_stmts, GSI_SAME_STMT);
2508 gimple_seq stmts = NULL, new_stmts = NULL;
2563 iters_name = force_gimple_operand (iters, &new_stmts, false, var);
2565 if (new_stmts)
2566 gimple_seq_add_seq (&stmts, new_stmts);
tree-inline.cc 936 gimple_seq new_stmts = remap_gimple_stmt (gsi_stmt (si), id); local
937 gimple_seq_add_seq (&new_body, new_stmts);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop-manip.cc 1613 gimple_seq new_stmts = NULL; local
1614 ni_name = force_gimple_operand (ni, &new_stmts, false, var);
1617 gsi_insert_seq_after (&last_gsi, new_stmts, GSI_SAME_STMT);
1619 gsi_insert_seq_before (&last_gsi, new_stmts, GSI_SAME_STMT);
1719 gimple_seq stmts = NULL, new_stmts = NULL;
1774 iters_name = force_gimple_operand (iters, &new_stmts, false, var);
1776 if (new_stmts)
1777 gimple_seq_add_seq (&stmts, new_stmts);
tree-inline.cc 938 gimple_seq new_stmts = remap_gimple_stmt (gsi_stmt (si), id); local
939 gimple_seq_add_seq (&new_body, new_stmts);

Completed in 32 milliseconds