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

  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-strength-reduction.cc 2186 gassign *copy_stmt = gimple_build_assign (lhs, basis_name);
2189 gimple_set_location (copy_stmt, gimple_location (c->cand_stmt));
2190 gsi_replace (&gsi, copy_stmt, false);
2193 cc->cand_stmt = copy_stmt;
2197 stmt_to_print = copy_stmt;
3803 gassign *copy_stmt = gimple_build_assign (lhs, basis_name);
3806 gimple_set_location (copy_stmt, gimple_location (c->cand_stmt));
3807 gsi_replace (&gsi, copy_stmt, false);
3810 cc->cand_stmt = copy_stmt;
3815 stmt_to_print = copy_stmt;
2179 gassign *copy_stmt = gimple_build_assign (lhs, basis_name); local
3794 gassign *copy_stmt = gimple_build_assign (lhs, basis_name); local
    [all...]
gimple-ssa-strength-reduction.cc 2186 gassign *copy_stmt = gimple_build_assign (lhs, basis_name);
2189 gimple_set_location (copy_stmt, gimple_location (c->cand_stmt));
2190 gsi_replace (&gsi, copy_stmt, false);
2193 cc->cand_stmt = copy_stmt;
2197 stmt_to_print = copy_stmt;
3803 gassign *copy_stmt = gimple_build_assign (lhs, basis_name);
3806 gimple_set_location (copy_stmt, gimple_location (c->cand_stmt));
3807 gsi_replace (&gsi, copy_stmt, false);
3810 cc->cand_stmt = copy_stmt;
3815 stmt_to_print = copy_stmt;
2179 gassign *copy_stmt = gimple_build_assign (lhs, basis_name); local
3794 gassign *copy_stmt = gimple_build_assign (lhs, basis_name); local
    [all...]
tree-inline.cc 954 /* Copy the statement. Note that we purposely don't use copy_stmt
2606 gimple *copy_stmt = gsi_stmt (si); local
2622 can_throw = stmt_can_throw_internal (cfun, copy_stmt);
2624 = (stmt_can_make_abnormal_goto (copy_stmt)
2625 && !computed_goto_p (copy_stmt));
2629 /* If there's only debug insns after copy_stmt don't split
2637 edge e = split_block (new_bb, copy_stmt);
2643 if (!is_gimple_debug (copy_stmt))
2648 if (gimple_code (copy_stmt) == GIMPLE_EH_DISPATCH)
2650 make_eh_dispatch_edges (as_a <geh_dispatch *> (copy_stmt));
    [all...]
tree-inline.cc 954 /* Copy the statement. Note that we purposely don't use copy_stmt
2606 gimple *copy_stmt = gsi_stmt (si); local
2622 can_throw = stmt_can_throw_internal (cfun, copy_stmt);
2624 = (stmt_can_make_abnormal_goto (copy_stmt)
2625 && !computed_goto_p (copy_stmt));
2629 /* If there's only debug insns after copy_stmt don't split
2637 edge e = split_block (new_bb, copy_stmt);
2643 if (!is_gimple_debug (copy_stmt))
2648 if (gimple_code (copy_stmt) == GIMPLE_EH_DISPATCH)
2650 make_eh_dispatch_edges (as_a <geh_dispatch *> (copy_stmt));
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-strength-reduction.cc 2186 gassign *copy_stmt = gimple_build_assign (lhs, basis_name);
2189 gimple_set_location (copy_stmt, gimple_location (c->cand_stmt));
2190 gsi_replace (&gsi, copy_stmt, false);
2193 cc->cand_stmt = copy_stmt;
2197 stmt_to_print = copy_stmt;
3803 gassign *copy_stmt = gimple_build_assign (lhs, basis_name);
3806 gimple_set_location (copy_stmt, gimple_location (c->cand_stmt));
3807 gsi_replace (&gsi, copy_stmt, false);
3810 cc->cand_stmt = copy_stmt;
3815 stmt_to_print = copy_stmt;
2179 gassign *copy_stmt = gimple_build_assign (lhs, basis_name); local
3794 gassign *copy_stmt = gimple_build_assign (lhs, basis_name); local
    [all...]
gimple-ssa-strength-reduction.cc 2186 gassign *copy_stmt = gimple_build_assign (lhs, basis_name);
2189 gimple_set_location (copy_stmt, gimple_location (c->cand_stmt));
2190 gsi_replace (&gsi, copy_stmt, false);
2193 cc->cand_stmt = copy_stmt;
2197 stmt_to_print = copy_stmt;
3803 gassign *copy_stmt = gimple_build_assign (lhs, basis_name);
3806 gimple_set_location (copy_stmt, gimple_location (c->cand_stmt));
3807 gsi_replace (&gsi, copy_stmt, false);
3810 cc->cand_stmt = copy_stmt;
3815 stmt_to_print = copy_stmt;
2179 gassign *copy_stmt = gimple_build_assign (lhs, basis_name); local
3794 gassign *copy_stmt = gimple_build_assign (lhs, basis_name); local
    [all...]
tree-inline.cc 956 /* Copy the statement. Note that we purposely don't use copy_stmt
2585 gimple *copy_stmt; local
2588 copy_stmt = gsi_stmt (si);
2589 if (!is_gimple_debug (copy_stmt))
2590 update_stmt (copy_stmt);
2606 can_throw = stmt_can_throw_internal (cfun, copy_stmt);
2608 = (stmt_can_make_abnormal_goto (copy_stmt)
2609 && !computed_goto_p (copy_stmt));
2624 edge e = split_block (new_bb, copy_stmt);
2634 if (gimple_code (copy_stmt) == GIMPLE_EH_DISPATCH
    [all...]
tree-inline.cc 956 /* Copy the statement. Note that we purposely don't use copy_stmt
2585 gimple *copy_stmt; local
2588 copy_stmt = gsi_stmt (si);
2589 if (!is_gimple_debug (copy_stmt))
2590 update_stmt (copy_stmt);
2606 can_throw = stmt_can_throw_internal (cfun, copy_stmt);
2608 = (stmt_can_make_abnormal_goto (copy_stmt)
2609 && !computed_goto_p (copy_stmt));
2624 edge e = split_block (new_bb, copy_stmt);
2634 if (gimple_code (copy_stmt) == GIMPLE_EH_DISPATCH
    [all...]

Completed in 72 milliseconds