Home
last modified time | relevance | path

Searched refs:is_gimple_reg (Results 1 – 25 of 43) sorted by relevance

12

/freebsd-11-stable/contrib/gcc/
HDtree-gimple.c133 else if (is_gimple_reg (lhs)) in rhs_predicate_for()
280 is_gimple_reg (tree t) in is_gimple_reg() function
352 return is_gimple_reg (t); in is_gimple_formal_tmp_reg()
374 && !is_gimple_reg (t)) in is_gimple_val()
HDtree-ssa.c127 if (is_virtual && is_gimple_reg (ssa_name)) in verify_ssa_name()
133 if (!is_virtual && !is_gimple_reg (ssa_name)) in verify_ssa_name()
343 !is_gimple_reg (PHI_RESULT (phi)), in verify_phi_args()
454 && is_gimple_reg (ptr)) in verify_flow_sensitive_alias_info()
702 name, stmt, !is_gimple_reg (name)); in verify_ssa()
777 use_p, stmt, false, !is_gimple_reg (op), in verify_ssa()
1234 if (!is_gimple_reg (PHI_RESULT (phi))) in warn_uninitialized_phi()
HDtree-ssa-math-opts.c404 gcc_assert (FLOAT_TYPE_P (TREE_TYPE (def)) && is_gimple_reg (def)); in execute_cse_reciprocals_1()
474 && is_gimple_reg (arg)) in execute_cse_reciprocals()
486 && is_gimple_reg (def)) in execute_cse_reciprocals()
HDtree-ssa-copy.c139 if (TREE_CODE (dest) == SSA_NAME && !is_gimple_reg (dest)) in may_propagate_copy()
144 && !is_gimple_reg (orig)) in may_propagate_copy()
713 && is_gimple_reg (val->value) in copy_prop_visit_stmt()
932 if (!do_store_copy_prop && !is_gimple_reg (def)) in init_copy_prop()
HDtree-gimple.h50 extern bool is_gimple_reg (tree);
HDtree-flow-inline.h1239 if ((flags & SSA_OP_DEF) && is_gimple_reg (def)) in single_phi_def()
1241 if ((flags & SSA_OP_VIRTUAL_DEFS) && !is_gimple_reg (def)) in single_phi_def()
1259 comp = (is_gimple_reg (phi_def) ? SSA_OP_USE : SSA_OP_VIRTUAL_USES); in op_iter_init_phiuse()
1288 comp = (is_gimple_reg (phi_def) ? SSA_OP_DEF : SSA_OP_VIRTUAL_DEFS); in op_iter_init_phidef()
1364 flag = (is_gimple_reg (use) ? SSA_OP_USE : SSA_OP_VIRTUAL_USES); in link_use_stmts_after()
HDtree-tailcall.c459 if (!is_gimple_reg (param)) in find_tail_calls()
701 if (!is_gimple_reg (param) || !var_ann (param)) in arg_needs_copy_p()
829 if (!is_gimple_reg (var) && default_def (var) != NULL_TREE) in add_virtual_phis()
HDtree-if-conv.c317 if (!is_gimple_reg (SSA_NAME_VAR (PHI_RESULT (phi)))) in if_convertible_phi_p()
772 if (!is_gimple_reg (*cond) && !is_gimple_condexpr (*cond)) in find_phi_replacement_condition()
1016 if (is_gimple_reg (exp)) in ifc_temp_var()
HDtree-ssa-loop-manip.c164 if (is_gimple_reg (var)) in add_exit_phis_var()
236 if (!is_gimple_reg (use)) in find_uses_to_rename_use()
395 if (TREE_CODE (use) != SSA_NAME || !is_gimple_reg (use)) in check_loop_closed_ssa_use()
HDtree-ssa-dce.c407 if (is_gimple_reg (PHI_RESULT (phi)) in find_obviously_necessary_stmts()
582 if (!is_gimple_reg (PHI_RESULT (phi)) && NECESSARY (phi)) in mark_really_necessary_kill_operand_phis()
HDtree-ssa-copyrename.c338 if (!is_gimple_reg (SSA_NAME_VAR (res))) in rename_ssa_copies()
HDtree-into-ssa.c663 if (!is_gimple_reg (new)) in add_new_name_mapping()
2624 if (!is_gimple_reg (sym)) in mark_sym_for_renaming()
2646 if (!is_gimple_reg (referenced_var (i))) in mark_set_for_renaming()
2872 if (!is_gimple_reg (ssa_name (i))) in switch_virtuals_to_full_rewrite()
2876 if (!is_gimple_reg (ssa_name (i))) in switch_virtuals_to_full_rewrite()
HDtree-ssa-propagate.c938 && (is_gimple_reg (val->value) in replace_vuses_in()
983 if (is_gimple_min_invariant (val) || is_gimple_reg (val)) in replace_vuses_in()
HDtree-ssa-dse.c374 if (!is_gimple_reg (PHI_RESULT (phi))) in dse_record_phis()
HDtree-ssa-dom.c1591 && !is_gimple_reg (lhs)) in record_equivalences_from_stmt()
1654 if (!is_gimple_reg (op) in cprop_operand()
1656 || is_gimple_reg (val) in cprop_operand()
2197 || (! is_gimple_reg (lhs) in propagate_rhs_into_lhs()
HDtree-ssa-loop-ivcanon.c423 if (!is_gimple_reg (PHI_RESULT (phi))) in empty_loop_p()
HDtree-ssa-threadedge.c186 if (is_gimple_reg (dst)) in record_temporary_equivalences_from_phis()
HDtree-ssa-ccp.c332 if (!do_store_ccp && !is_gimple_reg (var)) in get_default_value()
369 if (is_gimple_reg (sym) && TREE_CODE (sym) != PARM_DECL) in get_default_value()
382 val.lattice_val = is_gimple_reg (sym) ? UNDEFINED : UNKNOWN_VAL; in get_default_value()
HDtree-vect-analyze.c525 if (!is_gimple_reg (SSA_NAME_VAR (def))) in vect_analyze_scalar_cycles()
1812 if (!is_gimple_reg (SSA_NAME_VAR (PHI_RESULT (phi)))) in vect_can_advance_ivs_p()
HDtree-outof-ssa.c1102 if (!is_gimple_reg (SSA_NAME_VAR (PHI_RESULT (phi)))) in eliminate_virtual_phis()
1112 && is_gimple_reg (SSA_NAME_VAR (arg))) in eliminate_virtual_phis()
2445 if (!is_gimple_reg (result)) in insert_backedge_copies()
HDtree-scalar-evolution.c2682 if (is_gimple_reg (PHI_RESULT (phi))) in analyze_scalar_evolution_for_all_loop_phi_nodes()
2906 if (!is_gimple_reg (name)) in scev_const_prop()
2987 if (!is_gimple_reg (def)) in scev_const_prop()
HDtree-stdarg.c761 if (!is_gimple_reg (lhs)) in execute_optimize_stdarg()
HDtree-ssa-pre.c1863 if (!is_gimple_reg (PHI_RESULT (phi))) in compute_vuse_representatives()
1976 if (name && !is_gimple_reg (name) in compute_rvuse_and_antic_safe()
2035 if (!is_gimple_reg (PHI_RESULT (phi))) in compute_rvuse_and_antic_safe()
3451 if (is_gimple_reg (PHI_RESULT (phi))) in compute_avail()
HDtree-complex.c155 return TREE_CODE (TREE_TYPE (lhs)) == COMPLEX_TYPE && is_gimple_reg (lhs); in is_complex_reg()
650 if (TREE_CODE (type) != COMPLEX_TYPE || !is_gimple_reg (parm)) in update_parameter_components()
HDtree-dfa.c755 gcc_assert (!is_gimple_reg (var)); in get_virtual_var()

12