Searched refs:agg (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dipa-sra-2.c22 foo (int fail, union both *agg) argument
26 r = agg->big.data[999999];
28 r = agg->small.data[0];
34 union both *agg = calloc (1, sizeof (struct small)); local
37 r = foo ((argc > 2000), agg);
39 free (agg);
/haiku-buildtools/gcc/gcc/
H A Dipa-prop.c311 if (jump_func->agg.items)
317 jump_func->agg.by_ref ? "reference" : "value");
318 FOR_EACH_VEC_SAFE_ELT (jump_func->agg.items, j, item)
1430 vec_alloc (jfunc->agg.items, const_count);
1439 jfunc->agg.items->quick_push (item);
1606 jfunc->agg.by_ref = by_ref;
2428 if (src->agg.items
2429 && (dst->value.ancestor.agg_preserved || !src->agg.by_ref))
2436 gcc_assert (!dst->agg.items);
2438 dst->agg
2743 ipa_find_agg_cst_for_param(struct ipa_agg_jump_function *agg, HOST_WIDE_INT offset, bool by_ref) argument
[all...]
H A Dipa-cp.c1725 gcc_assert (!jfunc->agg.items);
1744 gcc_assert (!jfunc->agg.items);
1753 else if (jfunc->agg.items)
1760 if (set_check_aggs_by_ref (dest_plats, jfunc->agg.by_ref))
1763 FOR_EACH_VEC_ELT (*jfunc->agg.items, i, item)
1929 struct ipa_agg_jump_function *agg; local
1930 agg = known_aggs[param_index];
1931 t = ipa_find_agg_cst_for_param (agg, ie->indirect_info->offset,
1977 struct ipa_agg_jump_function *agg; local
1978 agg
[all...]
H A Dipa-prop.h164 struct ipa_agg_jump_function agg; variable in typeref:struct:ipa_agg_jump_function
H A Dtree-sra.c2646 generate_subtree_copies (struct access *access, tree agg, argument
2664 expr = build_ref_for_model (loc, agg, access->offset - top_offset,
2701 tree drhs = build_debug_ref_for_model (loc, agg,
2713 generate_subtree_copies (access->first_child, agg, top_offset,
H A Dipa-inline-analysis.c879 struct ipa_agg_jump_function *agg; local
888 agg = known_aggs[c->operand_num];
889 val = ipa_find_agg_cst_for_param (agg, c->offset, c->by_ref);
1001 known_aggs[i] = &jf->agg;

Completed in 175 milliseconds