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

  /src/external/gpl3/gcc/dist/gcc/
gimple-range-phi.cc 353 tree phi_def = m_work.pop (); local
354 gphi *phi_stmt = as_a<gphi *> (SSA_NAME_DEF_STMT (phi_def));
356 if (group (phi_def))
361 bitmap_set_bit (m_current, SSA_NAME_VERSION (phi_def));
366 if (arg == phi_def)
tree-ssanames.cc 844 tree phi_def = gimple_phi_result (gsi.phi ()); local
845 reset_flow_sensitive_info (phi_def);
gimple-range-fold.cc 830 tree phi_def = gimple_phi_result (phi); local
849 if (arg == phi_def)
863 if (src.query ()->query_relation (e, arg, phi_def, false) == VREL_EQ)
869 src.gori ()->register_dependency (phi_def, arg);
914 src.register_relation (phi, VREL_EQ, phi_def, single_arg);
929 && irange::supports_p (TREE_TYPE (phi_def)))
931 phi_group *g = (phi_analysis())[phi_def];
937 print_generic_expr (dump_file, phi_def, TDF_SLIM);
955 && !POINTER_TYPE_P (TREE_TYPE (phi_def)))
961 range_of_ssa_name_with_loop_info (loop_range, phi_def, l, phi, src)
    [all...]
ssa-iterators.h 784 tree phi_def = gimple_phi_result (phi); local
792 comp = (is_gimple_reg (phi_def) ? SSA_OP_USE : SSA_OP_VIRTUAL_USES);
814 tree phi_def = PHI_RESULT (phi); local
822 comp = (is_gimple_reg (phi_def) ? SSA_OP_DEF : SSA_OP_VIRTUAL_DEFS);
value-relation.cc 1054 tree phi_def = gimple_phi_result (stmt); local
1055 gcc_checking_assert (phi_def == op1 || phi_def == op2);
1057 if (phi_def == op2)
gimple-predicate-analysis.cc 636 gphi *phi_def = as_a<gphi *> (flag_def); local
637 bool all_pruned = prune_phi_opnds (phi, opnds, phi_def, boundary_cst,
tree-ssa-dse.cc 1175 gphi *phi_def; local
1218 else if ((phi_def = dyn_cast <gphi *> (def))
1220 && phi_def != last_phi_def
1221 && contains_phi_arg (phi_def,
1224 && phi_def != first_phi_def
1226 (phi_def, gimple_phi_result (first_phi_def)))))
1229 if (phi_def == first_phi_def)
1231 else if (phi_def == last_phi_def)
tree-ssa-uninit.cc 1136 tree phi_def = gimple_phi_result (phi); local
1147 if (op != phi_def && uninit_undefined_value_p (op))
tree-parloops.cc 471 bool phi_def; local
521 phi_def = false;
526 phi_def = true;
572 if (phi_def)
tree-eh.cc 3753 tree phi_def = gimple_phi_result (vphi);
3754 FOR_EACH_IMM_USE_STMT (use_stmt, iter, phi_def)
3757 if (SSA_NAME_OCCURS_IN_ABNORMAL_PHI (phi_def))
3760 SSA_NAME_OCCURS_IN_ABNORMAL_PHI (phi_def) = 0; local
3764 SET_USE (gimple_vuse_op (last_sunk), phi_def);
3749 tree phi_def = gimple_phi_result (vphi); local
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssanames.cc 815 tree phi_def = gimple_phi_result (gsi.phi ()); local
816 reset_flow_sensitive_info (phi_def);
ssa-iterators.h 784 tree phi_def = gimple_phi_result (phi); local
792 comp = (is_gimple_reg (phi_def) ? SSA_OP_USE : SSA_OP_VIRTUAL_USES);
814 tree phi_def = PHI_RESULT (phi); local
822 comp = (is_gimple_reg (phi_def) ? SSA_OP_DEF : SSA_OP_VIRTUAL_DEFS);
value-relation.cc 847 tree phi_def = gimple_phi_result (stmt); local
848 gcc_checking_assert (phi_def == op1 || phi_def == op2);
850 if (phi_def == op2)
gimple-range-fold.cc 773 tree phi_def = gimple_phi_result (phi); local
792 if (arg == phi_def)
806 if (src.query ()->query_relation (e, arg, phi_def, false) == EQ_EXPR)
812 src.gori ()->register_dependency (phi_def, arg);
839 src.register_relation (phi, EQ_EXPR, phi_def, single_arg);
852 if (scev_initialized_p () && !POINTER_TYPE_P (TREE_TYPE (phi_def)))
858 range_of_ssa_name_with_loop_info (loop_range, phi_def, l, phi, src);
864 print_generic_expr (dump_file, phi_def, TDF_SLIM);
tree-ssa-uninit.cc 1086 tree phi_def = gimple_phi_result (phi); local
1097 if (op != phi_def && uninit_undefined_value_p (op))
tree-parloops.cc 471 bool phi_def; local
521 phi_def = false;
526 phi_def = true;
572 if (phi_def)
tree-eh.cc 3735 tree phi_def = gimple_phi_result (vphi);
3736 FOR_EACH_IMM_USE_STMT (use_stmt, iter, phi_def)
3739 if (SSA_NAME_OCCURS_IN_ABNORMAL_PHI (phi_def))
3742 SSA_NAME_OCCURS_IN_ABNORMAL_PHI (phi_def) = 0; local
3746 SET_USE (gimple_vuse_op (last_sunk), phi_def);
3731 tree phi_def = gimple_phi_result (vphi); local

Completed in 72 milliseconds