Searched refs:handled_component_p (Results 1 – 25 of 25) sorted by relevance
| /freebsd-11-stable/contrib/gcc/ |
| HD | tree-gimple.c | 164 return (is_gimple_id (t) || handled_component_p (t) in is_gimple_addressable() 454 while (handled_component_p (t)) in get_base_address()
|
| HD | tree-flow-inline.h | 1484 } 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()
|
| HD | ipa-pure-const.c | 179 || handled_component_p (t)) in check_tree()
|
| HD | tree-nested.c | 169 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()
|
| HD | tree-dfa.c | 748 || handled_component_p (var)) in get_virtual_var()
|
| HD | alias.c | 441 if (!handled_component_p (t)) in component_uses_parent_alias_set() 506 while (handled_component_p (inner)) in get_alias_set()
|
| HD | ipa-reference.c | 318 || handled_component_p (t)) in check_tree()
|
| HD | ipa-type-escape.c | 813 || handled_component_p (t)) in check_tree()
|
| HD | tree-ssa-loop-ivopts.c | 1590 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()
|
| HD | tree-ssa-ccp.c | 295 if (!handled_component_p (t)) in ccp_decl_initial_min_invariant()
|
| HD | varasm.c | 3587 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()
|
| HD | tree-cfg.c | 3329 handled_component_p (x); in verify_expr() 3383 while (handled_component_p (t)) in verify_expr()
|
| HD | tree-data-ref.c | 1618 if (handled_component_p (memref)) in object_analysis()
|
| HD | fold-const.c | 6864 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()
|
| HD | tree.h | 4205 extern int handled_component_p (tree);
|
| HD | expr.c | 4047 if (handled_component_p (to) in expand_assignment() 5939 handled_component_p (tree t) in handled_component_p() function
|
| HD | tree-ssa-structalias.c | 2568 if ((handled_component_p (exp) in get_constraint_for()
|
| HD | builtins.c | 279 if (handled_component_p (exp)) in get_pointer_alignment() 8016 while (handled_component_p (inner)) in var_decl_component_p()
|
| HD | gimplify.c | 1725 if (handled_component_p (*p)) in gimplify_compound_lval()
|
| HD | c-common.c | 1017 || handled_component_p (TREE_OPERAND (expr, 0)))) in strict_aliasing_warning()
|
| HD | tree.c | 2776 for (node = TREE_OPERAND (t, 0); handled_component_p (node); in recompute_tree_invariant_for_addr_expr()
|
| HD | ChangeLog-2004 | 1629 (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.
|
| HD | ChangeLog-2001 | 3951 (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.
|
| HD | ChangeLog.tree-ssa | 4167 handled_component_p and look inside references. 4303 handled_component_p and look inside references.
|
| HD | ChangeLog-2003 | 16098 * expr.c (handled_component_p) [NOP_EXPR]: Add ??? note
|