Searched refs:extra_stmts (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dipa-param-manipulation.h356 bool modify_gimple_stmt (gimple **stmt, gimple_seq *extra_stmts);
382 bool modify_assignment (gimple *stmt, gimple_seq *extra_stmts);
H A Dipa-param-manipulation.c1451 gimple_seq *extra_stmts)
1481 tree tmp = force_gimple_operand (new_rhs, extra_stmts, true,
1713 gimple_seq *extra_stmts)
1729 modified |= modify_assignment (*stmt, extra_stmts);
1789 gimple_seq extra_stmts = NULL; local
1790 bool modified = modify_gimple_stmt (&stmt, &extra_stmts);
1796 if (!gimple_seq_empty_p (extra_stmts))
1797 gsi_insert_seq_before (&gsi, extra_stmts, GSI_SAME_STMT);
1450 modify_assignment(gimple *stmt, gimple_seq *extra_stmts) argument
1712 modify_gimple_stmt(gimple **stmt, gimple_seq *extra_stmts) argument
H A Dtree-inline.c1923 gimple_seq extra_stmts = NULL; local
1924 id->param_body_adjs->modify_gimple_stmt (&copy, &extra_stmts);
1925 if (!gimple_seq_empty_p (extra_stmts))
1929 for (gimple_stmt_iterator egsi = gsi_start (extra_stmts);
1933 gimple_seq_add_seq (&stmts, extra_stmts);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dipa-param-manipulation.h336 bool modify_gimple_stmt (gimple **stmt, gimple_seq *extra_stmts,
378 bool modify_assignment (gimple *stmt, gimple_seq *extra_stmts);
H A Dipa-param-manipulation.cc1827 gimple_seq *extra_stmts)
1857 tree tmp = force_gimple_operand (new_rhs, extra_stmts, true,
2210 gimple_seq *extra_stmts,
2227 modified |= modify_assignment (*stmt, extra_stmts);
2287 gimple_seq extra_stmts = NULL; local
2288 bool modified = modify_gimple_stmt (&stmt, &extra_stmts, NULL);
2294 if (!gimple_seq_empty_p (extra_stmts))
2295 gsi_insert_seq_before (&gsi, extra_stmts, GSI_SAME_STMT);
1826 modify_assignment(gimple *stmt, gimple_seq *extra_stmts) argument
2209 modify_gimple_stmt(gimple **stmt, gimple_seq *extra_stmts, gimple *orig_stmt) argument
H A Dtree-inline.cc1958 gimple_seq extra_stmts = NULL; local
1959 id->param_body_adjs->modify_gimple_stmt (&copy, &extra_stmts, stmt);
1960 if (!gimple_seq_empty_p (extra_stmts))
1964 for (gimple_stmt_iterator egsi = gsi_start (extra_stmts);
1968 gimple_seq_add_seq (&stmts, extra_stmts);

Completed in 120 milliseconds