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

  /src/external/gpl3/gcc/dist/gcc/
tree-inline.cc 2034 gimple_stmt_iterator gsi, copy_gsi, seq_gsi; local
2051 copy_gsi = gsi_start_bb (copy_basic_block);
2078 seq_gsi = copy_gsi;
2119 if (gsi_end_p (copy_gsi))
2120 copy_gsi = gsi_start_bb (copy_basic_block);
2122 gsi_next (&copy_gsi);
2132 stmt = gsi_stmt (copy_gsi);
2188 gsi_replace (&copy_gsi, new_call, false);
2208 gsi_remove (&copy_gsi, false);
2215 gsi_replace (&copy_gsi, new_stmt, false)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-inline.cc 2026 gimple_stmt_iterator gsi, copy_gsi, seq_gsi; local
2043 copy_gsi = gsi_start_bb (copy_basic_block);
2059 seq_gsi = copy_gsi;
2103 if (gsi_end_p (copy_gsi))
2104 copy_gsi = gsi_start_bb (copy_basic_block);
2106 gsi_next (&copy_gsi);
2116 stmt = gsi_stmt (copy_gsi);
2172 gsi_replace (&copy_gsi, new_call, false);
2192 gsi_remove (&copy_gsi, false);
2199 gsi_replace (&copy_gsi, new_stmt, false)
    [all...]

Completed in 26 milliseconds