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

  /src/external/gpl3/gcc/dist/gcc/
tree-parloops.cc 2406 tree res_c = copy_ssa_name (res_a, phi); local
2407 gphi *nphi = create_phi_node (res_c, new_header);
2410 replace_uses_in_bb_by (res_a, res_c, new_header);
2413 add_phi_arg (phi, res_c, post_cond_edge, UNKNOWN_LOCATION);
2417 replace_uses_in_bb_by (res_b, res_c, exit_block);
2457 tree res_c; local
2467 res_c = PHI_ARG_DEF_FROM_EDGE (phi, succ_new_exit_block);
2468 add_phi_arg (nphi, res_c, pred_new_exit_block, UNKNOWN_LOCATION);
2472 res_c = PHI_ARG_DEF_FROM_EDGE (phi, exit);
2477 gimple *reduc_phi = SSA_NAME_DEF_STMT (res_c);
    [all...]
tree-parloops.cc 2406 tree res_c = copy_ssa_name (res_a, phi); local
2407 gphi *nphi = create_phi_node (res_c, new_header);
2410 replace_uses_in_bb_by (res_a, res_c, new_header);
2413 add_phi_arg (phi, res_c, post_cond_edge, UNKNOWN_LOCATION);
2417 replace_uses_in_bb_by (res_b, res_c, exit_block);
2457 tree res_c; local
2467 res_c = PHI_ARG_DEF_FROM_EDGE (phi, succ_new_exit_block);
2468 add_phi_arg (nphi, res_c, pred_new_exit_block, UNKNOWN_LOCATION);
2472 res_c = PHI_ARG_DEF_FROM_EDGE (phi, exit);
2477 gimple *reduc_phi = SSA_NAME_DEF_STMT (res_c);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-parloops.cc 2404 tree res_c = copy_ssa_name (res_a, phi); local
2405 gphi *nphi = create_phi_node (res_c, new_header);
2408 replace_uses_in_bb_by (res_a, res_c, new_header);
2411 add_phi_arg (phi, res_c, post_cond_edge, UNKNOWN_LOCATION);
2415 replace_uses_in_bb_by (res_b, res_c, exit_block);
2455 tree res_c; local
2465 res_c = PHI_ARG_DEF_FROM_EDGE (phi, succ_new_exit_block);
2466 add_phi_arg (nphi, res_c, pred_new_exit_block, UNKNOWN_LOCATION);
2470 res_c = PHI_ARG_DEF_FROM_EDGE (phi, exit);
2475 gimple *reduc_phi = SSA_NAME_DEF_STMT (res_c);
    [all...]
tree-parloops.cc 2404 tree res_c = copy_ssa_name (res_a, phi); local
2405 gphi *nphi = create_phi_node (res_c, new_header);
2408 replace_uses_in_bb_by (res_a, res_c, new_header);
2411 add_phi_arg (phi, res_c, post_cond_edge, UNKNOWN_LOCATION);
2415 replace_uses_in_bb_by (res_b, res_c, exit_block);
2455 tree res_c; local
2465 res_c = PHI_ARG_DEF_FROM_EDGE (phi, succ_new_exit_block);
2466 add_phi_arg (nphi, res_c, pred_new_exit_block, UNKNOWN_LOCATION);
2470 res_c = PHI_ARG_DEF_FROM_EDGE (phi, exit);
2475 gimple *reduc_phi = SSA_NAME_DEF_STMT (res_c);
    [all...]

Completed in 61 milliseconds