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

  /src/external/gpl3/gcc/dist/gcc/
gimple-streamer-in.cc 43 tree phi_result; local
48 phi_result = (*SSANAMES (fn))[ix];
50 result = create_phi_node (phi_result, bb);
gimple-predicate-analysis.cc 425 tree phi_result = gimple_phi_result (flag_arg_def); local
426 if (bitmap_bit_p (*visited_flag_phis, SSA_NAME_VERSION (phi_result)))
429 bitmap_set_bit (*visited_flag_phis, SSA_NAME_VERSION (phi_result));
438 bitmap_clear_bit (*visited_flag_phis, SSA_NAME_VERSION (phi_result));
tree-ssa-uninit.cc 1240 tree phi_result = gimple_phi_result (phi); local
1241 FOR_EACH_IMM_USE_FAST (use_p, iter, phi_result)
gimple-ssa-strength-reduction.cc 2636 tree phi_result = gimple_phi_result (phi);
2638 TYPE_MODE (TREE_TYPE (phi_result)));
2628 tree phi_result = gimple_phi_result (phi); local
tree-predcom.cc 1355 name = PHI_RESULT (ref->stmt);
1424 name = PHI_RESULT (ref->stmt);
1540 bitmap_set_bit (m_looparound_phis, SSA_NAME_VERSION (PHI_RESULT (phi)));
1661 val = PHI_RESULT (stmt);
2019 tree ref, init, var, next, val, phi_result; local
2068 phi_result = copy_ssa_name (next);
2069 gphi *phi = create_phi_node (phi_result, loop->header);
2072 vtemps[n - i - 1] = phi_result;
2239 SSA_NAME_VERSION (PHI_RESULT (stmt))))
2267 name = PHI_RESULT (stmt)
    [all...]
tree-ssa-phiopt.cc 107 tree phi_result = PHI_RESULT (phi); local
129 && INTEGRAL_TYPE_P (TREE_TYPE (phi_result))
131 && SSA_NAME_RANGE_INFO (phi_result)
134 duplicate_ssa_name_range_info (new_tree, phi_result);
402 result = PHI_RESULT (phi);
1721 tree type = TREE_TYPE (PHI_RESULT (phi));
2059 tree phi_result = PHI_RESULT (phi); local
2060 result = gimple_build (&stmts, locus, minmax, TREE_TYPE (phi_result),
2261 tree phi_result = PHI_RESULT (phi); local
    [all...]
trans-mem.cc 1466 tree phi_result = gimple_phi_result (stmt);
1477 if (phi_result == op)
1461 tree phi_result = gimple_phi_result (stmt); local
tree-cfg.cc 2009 if (name_registered_for_update_p (PHI_RESULT (phi)))
2924 if (virtual_operand_p (PHI_RESULT (phi)))
5169 tree phi_result = gimple_phi_result (phi); local
5172 if (!phi_result)
5178 virtual_p = virtual_operand_p (phi_result);
5179 if (TREE_CODE (phi_result) != SSA_NAME
5181 && SSA_NAME_VAR (phi_result) != gimple_vop (cfun)))
5212 if (!useless_type_conversion_p (TREE_TYPE (phi_result), TREE_TYPE (t)))
5215 debug_generic_stmt (TREE_TYPE (phi_result));
7420 tree op = PHI_RESULT (phi)
    [all...]
tree-ssa-reassoc.cc 5576 tree phi_result = gimple_phi_result (phi); local
5585 if (oe->op == phi_result)
5596 if (rhs == phi_result)
5604 if (gimple_assign_rhs1 (def_stmt) == phi_result
5605 || gimple_assign_rhs2 (def_stmt) == phi_result)
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-streamer-in.cc 43 tree phi_result; local
48 phi_result = (*SSANAMES (fn))[ix];
50 result = create_phi_node (phi_result, bb);
gimple-predicate-analysis.cc 521 tree phi_result = gimple_phi_result (flag_arg_def); local
522 if (bitmap_bit_p (*visited_flag_phis, SSA_NAME_VERSION (phi_result)))
525 bitmap_set_bit (*visited_flag_phis, SSA_NAME_VERSION (phi_result));
534 bitmap_clear_bit (*visited_flag_phis, SSA_NAME_VERSION (phi_result));
tree-ssa-uninit.cc 1186 tree phi_result = gimple_phi_result (phi); local
1187 FOR_EACH_IMM_USE_FAST (use_p, iter, phi_result)
1232 possibly_undefined_names->add (phi_result);
tree-ssa-phiopt.cc 394 tree phi_result = PHI_RESULT (phi); local
415 && INTEGRAL_TYPE_P (TREE_TYPE (phi_result))
417 && SSA_NAME_RANGE_INFO (phi_result)
421 SSA_NAME_RANGE_TYPE (phi_result),
422 SSA_NAME_RANGE_INFO (phi_result));
624 result = PHI_RESULT (phi);
1780 tree type = TREE_TYPE (PHI_RESULT (phi));
2151 tree phi_result = PHI_RESULT (phi) local
    [all...]
gimple-ssa-strength-reduction.cc 2636 tree phi_result = gimple_phi_result (phi);
2638 TYPE_MODE (TREE_TYPE (phi_result)));
2628 tree phi_result = gimple_phi_result (phi); local
tree-predcom.cc 1324 name = PHI_RESULT (ref->stmt);
1393 name = PHI_RESULT (ref->stmt);
1509 bitmap_set_bit (m_looparound_phis, SSA_NAME_VERSION (PHI_RESULT (phi)));
1630 val = PHI_RESULT (stmt);
1988 tree ref, init, var, next, val, phi_result; local
2037 phi_result = copy_ssa_name (next);
2038 gphi *phi = create_phi_node (phi_result, loop->header);
2041 vtemps[n - i - 1] = phi_result;
2208 SSA_NAME_VERSION (PHI_RESULT (stmt))))
2236 name = PHI_RESULT (stmt)
    [all...]
trans-mem.cc 1460 tree phi_result = gimple_phi_result (stmt);
1471 if (phi_result == op)
1455 tree phi_result = gimple_phi_result (stmt); local
tree-vect-loop-manip.cc 255 adjust_debug_stmts (orig_def, PHI_RESULT (update_phi),
1347 tree new_vop = copy_ssa_name (PHI_RESULT (phi));
1419 if (virtual_operand_p (PHI_RESULT (phi)))
2135 return PHI_RESULT (phi);
2217 tree new_res = copy_ssa_name (PHI_RESULT (orig_phi));
2317 tree new_res = copy_ssa_name (PHI_RESULT (orig_phi));
2422 tree new_res = copy_ssa_name (PHI_RESULT (update_phi));
2490 tree phi_result = make_ssa_name (TREE_TYPE (main_loop_value)); local
2492 gphi *new_phi = create_phi_node (phi_result, bb);
2497 return phi_result;
    [all...]
tree-cfg.cc 1934 if (name_registered_for_update_p (PHI_RESULT (phi)))
2848 if (virtual_operand_p (PHI_RESULT (phi)))
5070 tree phi_result = gimple_phi_result (phi); local
5073 if (!phi_result)
5079 virtual_p = virtual_operand_p (phi_result);
5080 if (TREE_CODE (phi_result) != SSA_NAME
5082 && SSA_NAME_VAR (phi_result) != gimple_vop (cfun)))
5113 if (!useless_type_conversion_p (TREE_TYPE (phi_result), TREE_TYPE (t)))
5116 debug_generic_stmt (TREE_TYPE (phi_result));
7241 tree op = PHI_RESULT (phi)
    [all...]

Completed in 203 milliseconds