Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gcc/
HDtree-gimple.c164 return (is_gimple_id (t) || handled_component_p (t) in is_gimple_addressable()
454 while (handled_component_p (t)) in get_base_address()
HDtree-flow-inline.h1484 } while (handled_component_p (ref)); in array_ref_contains_indirect_ref()
1495 gcc_assert (handled_component_p (ref)); in ref_contains_array_ref()
1501 } while (handled_component_p (ref)); in ref_contains_array_ref()
HDipa-pure-const.c179 || handled_component_p (t)) in check_tree()
HDtree-nested.c169 while (handled_component_p (base)) in build_addr()
1055 for (; handled_component_p (t); tp = &TREE_OPERAND (t, 0), t = *tp) in convert_nonlocal_reference()
1340 for (; handled_component_p (t); tp = &TREE_OPERAND (t, 0), t = *tp) in convert_local_reference()
HDtree-dfa.c748 || handled_component_p (var)) in get_virtual_var()
HDalias.c441 if (!handled_component_p (t)) in component_uses_parent_alias_set()
506 while (handled_component_p (inner)) in get_alias_set()
HDipa-reference.c318 || handled_component_p (t)) in check_tree()
HDipa-type-escape.c813 || handled_component_p (t)) in check_tree()
HDtree-ssa-loop-ivopts.c1590 while (handled_component_p (*ref)) in find_interesting_uses_address()
2461 handled_component_p (*expr_p); in prepare_decl_rtl()
5522 for (sv = orig; handled_component_p (sv); sv = TREE_OPERAND (sv, 0)) in get_ref_tag()
HDtree-ssa-ccp.c295 if (!handled_component_p (t)) in ccp_decl_initial_min_invariant()
HDvarasm.c3587 for (tem = TREE_OPERAND (exp, 0); handled_component_p (tem); in compute_reloc_for_constant()
3654 for (tem = TREE_OPERAND (exp, 0); handled_component_p (tem); in output_addressed_constants()
HDtree-cfg.c3329 handled_component_p (x); in verify_expr()
3383 while (handled_component_p (t)) in verify_expr()
HDtree-data-ref.c1618 if (handled_component_p (memref)) in object_analysis()
HDfold-const.c6864 if (!handled_component_p (ref)) in try_move_mult_to_index()
7645 && handled_component_p (TREE_OPERAND (op0, 0))) in fold_unary()
13261 while (handled_component_p (base)) in build_fold_addr_expr_with_type()
HDtree.h4205 extern int handled_component_p (tree);
HDexpr.c4047 if (handled_component_p (to) in expand_assignment()
5939 handled_component_p (tree t) in handled_component_p() function
HDtree-ssa-structalias.c2568 if ((handled_component_p (exp) in get_constraint_for()
HDbuiltins.c279 if (handled_component_p (exp)) in get_pointer_alignment()
8016 while (handled_component_p (inner)) in var_decl_component_p()
HDgimplify.c1725 if (handled_component_p (*p)) in gimplify_compound_lval()
HDc-common.c1017 || handled_component_p (TREE_OPERAND (expr, 0)))) in strict_aliasing_warning()
HDtree.c2776 for (node = TREE_OPERAND (t, 0); handled_component_p (node); in recompute_tree_invariant_for_addr_expr()
HDChangeLog-20041629 (handled_component_p): Likewise.
2505 (expand_assignment): ... here. Use handled_component_p to gate
2671 (handled_component_p): Likewise.
21912 * tree-gimple.c (is_gimple_addr_expr_arg): Call handled_component_p.
27788 handled_component_p.
27833 handled_component_p handling.
28469 (verify_expr, case ADDR_EXPR): Use handled_component_p.
28476 (get_base_address): Use handled_component_p.
28482 * tree-nested.c (build_addr): Use handled_component_p.
28509 * tree-ssa.c (set_is_used): Use handled_component_p.
HDChangeLog-20013951 (output_addressed_constants, case ADDR_EXPR): Use handled_component_p.
4571 * tree.h (handled_component_p): New declaration.
4572 * alias.c (handled_component_p): Move function from here ...
4573 * expr.c (handled_component_p): ... to here and non longer static.
21429 * alias.c (handled_component_p, can_address_p): Handle it.
27437 * alias.c (handled_component_p, can_address_p): New functions.
HDChangeLog.tree-ssa4167 handled_component_p and look inside references.
4303 handled_component_p and look inside references.
HDChangeLog-200316098 * expr.c (handled_component_p) [NOP_EXPR]: Add ??? note