Home
last modified time | relevance | path

Searched refs:phi_def (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-range-fold.cc773 tree phi_def = gimple_phi_result (phi); in range_of_phi() local
792 if (arg == phi_def) in range_of_phi()
806 if (src.query ()->query_relation (e, arg, phi_def, false) == EQ_EXPR) in range_of_phi()
812 src.gori ()->register_dependency (phi_def, arg); in range_of_phi()
839 src.register_relation (phi, EQ_EXPR, phi_def, single_arg); in range_of_phi()
852 if (scev_initialized_p () && !POINTER_TYPE_P (TREE_TYPE (phi_def))) in range_of_phi()
858 range_of_ssa_name_with_loop_info (loop_range, phi_def, l, phi, src); in range_of_phi()
864 print_generic_expr (dump_file, phi_def, TDF_SLIM); in range_of_phi()
H A Dssa-iterators.h784 tree phi_def = gimple_phi_result (phi); in op_iter_init_phiuse() local
792 comp = (is_gimple_reg (phi_def) ? SSA_OP_USE : SSA_OP_VIRTUAL_USES); in op_iter_init_phiuse()
814 tree phi_def = PHI_RESULT (phi); in op_iter_init_phidef() local
822 comp = (is_gimple_reg (phi_def) ? SSA_OP_DEF : SSA_OP_VIRTUAL_DEFS); in op_iter_init_phidef()
H A Dvalue-relation.cc847 tree phi_def = gimple_phi_result (stmt); in register_stmt() local
848 gcc_checking_assert (phi_def == op1 || phi_def == op2); in register_stmt()
850 if (phi_def == op2) in register_stmt()
H A Dtree-ssanames.cc815 tree phi_def = gimple_phi_result (gsi.phi ()); in reset_flow_sensitive_info_in_bb() local
816 reset_flow_sensitive_info (phi_def); in reset_flow_sensitive_info_in_bb()
H A Dtree-ssa-uninit.cc1086 tree phi_def = gimple_phi_result (phi); in can_skip_redundant_opnd() local
1097 if (op != phi_def && uninit_undefined_value_p (op)) in can_skip_redundant_opnd()
H A Dtree-eh.cc3725 tree phi_def = gimple_phi_result (vphi); in sink_clobbers() local
3726 FOR_EACH_IMM_USE_STMT (use_stmt, iter, phi_def) in sink_clobbers()
3729 if (SSA_NAME_OCCURS_IN_ABNORMAL_PHI (phi_def)) in sink_clobbers()
3732 SSA_NAME_OCCURS_IN_ABNORMAL_PHI (phi_def) = 0; in sink_clobbers()
3736 SET_USE (gimple_vuse_op (last_sunk), phi_def); in sink_clobbers()
H A Dgimple-predicate-analysis.cc784 gphi *phi_def = as_a<gphi *> (flag_def); in overlap() local
785 bool all_pruned = prune_phi_opnds (phi, opnds, phi_def, boundary_cst, in overlap()
H A Dtree-parloops.cc471 bool phi_def; in parloops_is_simple_reduction() local
521 phi_def = false; in parloops_is_simple_reduction()
526 phi_def = true; in parloops_is_simple_reduction()
572 if (phi_def) in parloops_is_simple_reduction()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dssa-iterators.h781 tree phi_def = gimple_phi_result (phi); in op_iter_init_phiuse() local
789 comp = (is_gimple_reg (phi_def) ? SSA_OP_USE : SSA_OP_VIRTUAL_USES); in op_iter_init_phiuse()
811 tree phi_def = PHI_RESULT (phi); in op_iter_init_phidef() local
819 comp = (is_gimple_reg (phi_def) ? SSA_OP_DEF : SSA_OP_VIRTUAL_DEFS); in op_iter_init_phidef()
H A Dtree-ssa-dse.c801 gimple *phi_def = NULL; in dse_classify_store() local
827 phi_def = use_stmt; in dse_classify_store()
908 && (use_stmt == phi_def in dse_classify_store()
H A Dtree-ssanames.c862 tree phi_def = gimple_phi_result (gsi.phi ()); in reset_flow_sensitive_info_in_bb() local
863 reset_flow_sensitive_info (phi_def); in reset_flow_sensitive_info_in_bb()
H A Dtree-ssa-uninit.c398 tree phi_def; in can_skip_redundant_opnd() local
401 phi_def = gimple_phi_result (phi); in can_skip_redundant_opnd()
411 if (op != phi_def && uninit_undefined_value_p (op)) in can_skip_redundant_opnd()
H A Dtree-eh.c3730 tree phi_def = gimple_phi_result (vphi); variable
3731 FOR_EACH_IMM_USE_STMT (use_stmt, iter, phi_def)
3734 if (SSA_NAME_OCCURS_IN_ABNORMAL_PHI (phi_def))
3737 SSA_NAME_OCCURS_IN_ABNORMAL_PHI (phi_def) = 0;
3741 SET_USE (gimple_vuse_op (last_sunk), phi_def);
H A Dtree-parloops.c471 bool phi_def; in parloops_is_simple_reduction() local
521 phi_def = false; in parloops_is_simple_reduction()
526 phi_def = true; in parloops_is_simple_reduction()
572 if (phi_def) in parloops_is_simple_reduction()
H A Dhsa-gen.c6452 phi_definition *phi_def = phi_todo_list[i]; in convert_switch_statements() local
6453 edge new_edge = new_edges[phi_def->label_index]; in convert_switch_statements()
6456 for (unsigned i = 0; i < phi_def->phi_index; i++) in convert_switch_statements()
6460 add_phi_arg (phi, phi_def->phi_value, new_edge, UNKNOWN_LOCATION); in convert_switch_statements()
6461 delete phi_def; in convert_switch_statements() local