Searched refs:remap_gimple_seq (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-inline.cc | 931 remap_gimple_seq (gimple_seq body, copy_body_data *id) in remap_gimple_seq() function 959 new_body = remap_gimple_seq (body, id); in copy_gimple_bind() 1598 s1 = remap_gimple_seq (gimple_catch_handler (catch_stmt), id); in remap_gimple_stmt() 1604 s1 = remap_gimple_seq (gimple_eh_filter_failure (stmt), id); in remap_gimple_stmt() 1609 s1 = remap_gimple_seq (gimple_try_eval (stmt), id); in remap_gimple_stmt() 1610 s2 = remap_gimple_seq (gimple_try_cleanup (stmt), id); in remap_gimple_stmt() 1615 s1 = remap_gimple_seq (gimple_wce_cleanup (stmt), id); in remap_gimple_stmt() 1622 s1 = remap_gimple_seq (gimple_omp_body (omp_par_stmt), id); in remap_gimple_stmt() 1632 s1 = remap_gimple_seq (gimple_omp_body (stmt), id); in remap_gimple_stmt() 1644 s1 = remap_gimple_seq (gimple_omp_body (stmt), id); in remap_gimple_stmt() [all …]
|
H A D | ChangeLog.gimple-classes | 1060 (remap_gimple_seq): Likewise.
|
H A D | ChangeLog.tuples | 2986 (remap_gimple_seq): New.
|
H A D | ChangeLog-2014 | 9786 (remap_gimple_seq): Adjust to new remap_gimple_stmt signature.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-inline.c | 954 remap_gimple_seq (gimple_seq body, copy_body_data *id) in remap_gimple_seq() function 982 new_body = remap_gimple_seq (body, id); in copy_gimple_bind() 1580 s1 = remap_gimple_seq (gimple_catch_handler (catch_stmt), id); in remap_gimple_stmt() 1586 s1 = remap_gimple_seq (gimple_eh_filter_failure (stmt), id); in remap_gimple_stmt() 1591 s1 = remap_gimple_seq (gimple_try_eval (stmt), id); in remap_gimple_stmt() 1592 s2 = remap_gimple_seq (gimple_try_cleanup (stmt), id); in remap_gimple_stmt() 1597 s1 = remap_gimple_seq (gimple_wce_cleanup (stmt), id); in remap_gimple_stmt() 1604 s1 = remap_gimple_seq (gimple_omp_body (omp_par_stmt), id); in remap_gimple_stmt() 1614 s1 = remap_gimple_seq (gimple_omp_body (stmt), id); in remap_gimple_stmt() 1626 s1 = remap_gimple_seq (gimple_omp_body (stmt), id); in remap_gimple_stmt() [all …]
|