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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-propagate.cc 841 gimple *old_stmt = stmt; local
911 if (maybe_clean_or_replace_eh_stmt (old_stmt, stmt))
tree-vect-slp-patterns.cc 542 gimple* old_stmt = STMT_VINFO_STMT (stmt_info); local
543 tree lhs_old_stmt = gimple_get_lhs (old_stmt);
554 gimple_set_location (call_stmt, gimple_location (old_stmt));
tree-complex.cc 712 gimple *old_stmt = gsi_stmt (*gsi); local
716 if (maybe_clean_or_replace_eh_stmt (old_stmt, stmt))
1030 gimple *old_stmt = gsi_stmt (*gsi); local
1031 gimple_call_set_nothrow (stmt, !stmt_could_throw_p (cfun, old_stmt));
1032 lhs = gimple_assign_lhs (old_stmt);
cgraph.cc 820 gcall *old_stmt = direct->call_stmt; local
830 if (ref->speculative && ref->stmt == old_stmt)
1619 OLD_STMT changed into NEW_STMT. OLD_CALL is gimple_call_fndecl
1620 of OLD_STMT if it was previously call statement.
1626 gimple *old_stmt, tree old_call,
1639 cgraph_edge *e = node->get_edge (old_stmt);
1650 cgraph_edge::set_call_stmt (node->get_edge (old_stmt),
1696 else if (old_stmt != new_stmt)
1697 cgraph_edge::set_call_stmt (node->get_edge (old_stmt),
1702 OLD_STMT changed into NEW_STMT. OLD_DECL is gimple_call_fndec
    [all...]
tree-ssa-dom.cc 2319 gimple *stmt, *old_stmt; local
2325 old_stmt = stmt = gsi_stmt (*si);
2551 if (maybe_clean_or_replace_eh_stmt (old_stmt, stmt))
tree-vectorizer.cc 635 gimple *old_stmt = stmt_info->stmt;
636 gcc_assert (!stmt_info->pattern_stmt_p && old_stmt == gsi_stmt (*gsi));
637 gimple_set_uid (new_stmt, gimple_uid (old_stmt));
633 gimple *old_stmt = stmt_info->stmt; local
tree-ssa-ccp.cc 4318 gimple *stmt, *old_stmt; local
4574 old_stmt = stmt;
4578 if (maybe_clean_or_replace_eh_stmt (old_stmt, stmt)
tree-inline.cc 5235 gimple *old_stmt = stmt;
5237 gimple_set_location (stmt, gimple_location (old_stmt));
5239 maybe_clean_or_replace_eh_stmt (old_stmt, stmt);
5254 gimple_set_location (clobber_stmt, gimple_location (old_stmt));
5400 gimple *old_stmt = gsi_stmt (gsi);
5401 tree old_decl = (is_gimple_call (old_stmt)
5402 ? gimple_call_fndecl (old_stmt) : 0);
5416 cgraph_update_edges_for_call_stmt (old_stmt,
5428 cgraph_update_edges_for_call_stmt (old_stmt, old_decl,
5443 if (maybe_clean_or_replace_eh_stmt (old_stmt,
5234 gimple *old_stmt = stmt; local
5399 gimple *old_stmt = gsi_stmt (gsi); local
    [all...]
tree-ssa-sccvn.cc 7252 gimple *old_stmt = stmt; local
7375 if (maybe_clean_or_replace_eh_stmt (old_stmt, stmt))
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-propagate.cc 840 gimple *old_stmt = stmt; local
905 if (maybe_clean_or_replace_eh_stmt (old_stmt, stmt))
tree-vect-slp-patterns.cc 542 gimple* old_stmt = STMT_VINFO_STMT (stmt_info); local
543 tree lhs_old_stmt = gimple_get_lhs (old_stmt);
554 gimple_set_location (call_stmt, gimple_location (old_stmt));
tree-complex.cc 707 gimple *old_stmt = gsi_stmt (*gsi); local
711 if (maybe_clean_or_replace_eh_stmt (old_stmt, stmt))
1023 gimple *old_stmt = gsi_stmt (*gsi); local
1024 gimple_call_set_nothrow (stmt, !stmt_could_throw_p (cfun, old_stmt));
1025 lhs = gimple_assign_lhs (old_stmt);
cgraph.cc 818 gcall *old_stmt = direct->call_stmt; local
828 if (ref->speculative && ref->stmt == old_stmt)
1618 OLD_STMT changed into NEW_STMT. OLD_CALL is gimple_call_fndecl
1619 of OLD_STMT if it was previously call statement.
1625 gimple *old_stmt, tree old_call,
1638 cgraph_edge *e = node->get_edge (old_stmt);
1648 cgraph_edge::set_call_stmt (node->get_edge (old_stmt),
1694 else if (old_stmt != new_stmt)
1695 cgraph_edge::set_call_stmt (node->get_edge (old_stmt),
1700 OLD_STMT changed into NEW_STMT. OLD_DECL is gimple_call_fndec
    [all...]
tree-ssa-dom.cc 2101 gimple *stmt, *old_stmt; local
2107 old_stmt = stmt = gsi_stmt (*si);
2341 if (maybe_clean_or_replace_eh_stmt (old_stmt, stmt))
tree-vectorizer.cc 634 gimple *old_stmt = stmt_info->stmt;
635 gcc_assert (!stmt_info->pattern_stmt_p && old_stmt == gsi_stmt (*gsi));
636 gimple_set_uid (new_stmt, gimple_uid (old_stmt));
632 gimple *old_stmt = stmt_info->stmt; local
tree-ssa-ccp.cc 4239 gimple *stmt, *old_stmt; local
4504 old_stmt = stmt;
4508 if (maybe_clean_or_replace_eh_stmt (old_stmt, stmt)
tree-inline.cc 5199 gimple *old_stmt = stmt;
5201 gimple_set_location (stmt, gimple_location (old_stmt));
5203 maybe_clean_or_replace_eh_stmt (old_stmt, stmt);
5217 gimple_set_location (clobber_stmt, gimple_location (old_stmt));
5363 gimple *old_stmt = gsi_stmt (gsi);
5364 tree old_decl = (is_gimple_call (old_stmt)
5365 ? gimple_call_fndecl (old_stmt) : 0);
5379 cgraph_update_edges_for_call_stmt (old_stmt,
5391 cgraph_update_edges_for_call_stmt (old_stmt, old_decl,
5406 if (maybe_clean_or_replace_eh_stmt (old_stmt,
5198 gimple *old_stmt = stmt; local
5362 gimple *old_stmt = gsi_stmt (gsi); local
    [all...]
tree-ssa-sccvn.cc 6750 gimple *old_stmt = stmt; local
6873 if (maybe_clean_or_replace_eh_stmt (old_stmt, stmt))
tree-vect-stmts.cc 10770 gimple *old_stmt = vect_orig_stmt (stmt_info)->stmt; local
10771 tree lhs = gimple_get_lhs (old_stmt);
10777 if (old_stmt == gsi_stmt (*gsi))
10784 gimple_stmt_iterator old_gsi = gsi_for_stmt (old_stmt);

Completed in 141 milliseconds