Searched refs:handled_component_p (Results 1 – 25 of 27) sorted by relevance
12
/openbsd/gnu/gcc/gcc/ |
H A D | 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()
|
H A D | 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()
|
H A D | ipa-pure-const.c | 179 || handled_component_p (t)) in check_tree()
|
H A D | 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()
|
H A D | tree-dfa.c | 748 || handled_component_p (var)) in get_virtual_var()
|
H A D | alias.c | 441 if (!handled_component_p (t)) in component_uses_parent_alias_set() 506 while (handled_component_p (inner)) in get_alias_set()
|
H A D | ipa-reference.c | 318 || handled_component_p (t)) in check_tree()
|
H A D | ipa-type-escape.c | 813 || handled_component_p (t)) in check_tree()
|
H A D | 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()
|
H A D | tree-ssa-ccp.c | 295 if (!handled_component_p (t)) in ccp_decl_initial_min_invariant()
|
H A D | tree-cfg.c | 3322 handled_component_p (x); in verify_expr() 3376 while (handled_component_p (t)) in verify_expr()
|
H A D | varasm.c | 3588 for (tem = TREE_OPERAND (exp, 0); handled_component_p (tem); in compute_reloc_for_constant() 3655 for (tem = TREE_OPERAND (exp, 0); handled_component_p (tem); in output_addressed_constants()
|
H A D | tree-data-ref.c | 1618 if (handled_component_p (memref)) in object_analysis()
|
H A D | expr.c | 4051 if (handled_component_p (to) in expand_assignment() 5894 handled_component_p (tree t) in handled_component_p() function
|
H A D | fold-const.c | 6848 if (!handled_component_p (ref)) in try_move_mult_to_index() 7629 && handled_component_p (TREE_OPERAND (op0, 0))) in fold_unary() 13238 while (handled_component_p (base)) in build_fold_addr_expr_with_type()
|
H A D | tree.h | 4117 extern int handled_component_p (tree);
|
H A D | tree-ssa-structalias.c | 2568 if ((handled_component_p (exp) in get_constraint_for()
|
H A D | builtins.c | 279 if (handled_component_p (exp)) in get_pointer_alignment() 7948 while (handled_component_p (inner)) in var_decl_component_p()
|
H A D | c-common.c | 995 || handled_component_p (TREE_OPERAND (expr, 0))) in strict_aliasing_warning()
|
H A D | gimplify.c | 1727 if (handled_component_p (*p)) in gimplify_compound_lval()
|
H A D | tree.c | 2769 for (node = TREE_OPERAND (t, 0); handled_component_p (node); in recompute_tree_invariant_for_addr_expr()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | alias.c | 428 if (! handled_component_p (t)) 491 || handled_component_p (inner)) 559 || (handled_component_p (t) && ! can_address_p (t)))
|
H A D | tree.h | 2758 extern int handled_component_p PARAMS ((tree));
|
H A D | varasm.c | 3687 for (tem = TREE_OPERAND (exp, 0); handled_component_p (tem);
|
H A D | expr.c | 5883 handled_component_p (t) in handled_component_p() function
|
12