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

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop-manip.cc 1735 gimple *from_phi = gsi_stmt (gsi_from);
1743 new_arg = gimple_phi_result (from_phi);
1745 new_arg = PHI_ARG_DEF_FROM_EDGE (from_phi,
1772 tree new_res = copy_ssa_name (gimple_phi_result (from_phi));
1788 gimple *from_phi = gsi_stmt (gsi_from);
1792 tree alt_arg = gimple_phi_result (from_phi);
1824 gimple *from_phi = gsi_stmt (gsi_from);
1826 tree new_arg = PHI_ARG_DEF_FROM_EDGE (from_phi,
1838 tree new_res = copy_ssa_name (gimple_phi_result (from_phi));
1902 gimple *from_phi = gsi_stmt (gsi_from)
    [all...]
gimple-ssa-strength-reduction.cc 2409 create_phi_basis_1 (slsr_cand_t c, gimple *from_phi, tree basis_name,
2416 int nargs = gimple_phi_num_args (from_phi);
2417 basic_block phi_bb = gimple_bb (from_phi);
2418 slsr_cand_t phi_cand = *stmt_cand_map->get (from_phi);
2430 tree arg = gimple_phi_arg_def (from_phi, i);
2493 is hidden by the phi node FROM_PHI, create a new phi node in the same
2494 block as FROM_PHI. The new phi is suitable for use as a basis by C,
2503 create_phi_basis (slsr_cand_t c, gimple *from_phi, tree basis_name,
2506 tree retval = create_phi_basis_1 (c, from_phi, basis_name, loc,
2509 clear_visited (as_a <gphi *> (from_phi));
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-strength-reduction.cc 2409 create_phi_basis_1 (slsr_cand_t c, gimple *from_phi, tree basis_name,
2416 int nargs = gimple_phi_num_args (from_phi);
2417 basic_block phi_bb = gimple_bb (from_phi);
2418 slsr_cand_t phi_cand = *stmt_cand_map->get (from_phi);
2430 tree arg = gimple_phi_arg_def (from_phi, i);
2493 is hidden by the phi node FROM_PHI, create a new phi node in the same
2494 block as FROM_PHI. The new phi is suitable for use as a basis by C,
2503 create_phi_basis (slsr_cand_t c, gimple *from_phi, tree basis_name,
2506 tree retval = create_phi_basis_1 (c, from_phi, basis_name, loc,
2509 clear_visited (as_a <gphi *> (from_phi));
    [all...]
tree-vect-loop-manip.cc 998 gimple *from_phi = gsi_stmt (gsi_from); local
1000 tree from_arg = PHI_ARG_DEF_FROM_EDGE (from_phi, from);
1029 gphi *from_phi = get_virtual_phi (from->dest); local
1031 if (from_phi)
1033 get_current_def (PHI_ARG_DEF_FROM_EDGE (from_phi, from)));

Completed in 126 milliseconds