Home
last modified time | relevance | path

Searched refs:push_fields_onto_fieldstack (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dtree-flow.h1025 int push_fields_onto_fieldstack (tree, VEC(fieldoff_s,heap) **,
H A Dtree-ssa-structalias.c3679 push_fields_onto_fieldstack (tree type, VEC(fieldoff_s,heap) **fieldstack, in push_fields_onto_fieldstack() function
3735 else if (!(pushed = push_fields_onto_fieldstack in push_fields_onto_fieldstack()
3774 else if (!(pushed = push_fields_onto_fieldstack in push_fields_onto_fieldstack()
4076 push_fields_onto_fieldstack (decltype, &fieldstack, 0, &hasunion); in create_variable_info_for()
H A Dtree-ssa-alias.c3007 push_fields_onto_fieldstack (TREE_TYPE (var), &fieldstack, 0, NULL); in create_overlap_variables_for()
H A DChangeLog327 (push_fields_onto_fieldstack): Create fields for empty
H A DChangeLog-200510304 * tree-ssa-structalias.c (push_fields_onto_fieldstack):
15319 (push_fields_onto_fieldstack): Ditto.
15327 (push_fields_onto_fieldstack): Removed from here.
21393 * tree-ssa-alias.c (push_fields_onto_fieldstack): Remove bogus
21960 (push_fields_onto_fieldstack): Return count of fields pushed.
22988 (push_fields_onto_fieldstack, create_overlap_variables_for): Adjust.
28493 * tree-ssa-alias.c (push_fields_onto_fieldstack): DTRT
29179 (push_fields_onto_fieldstack): Ditto.
H A DChangeLog-200615699 (push_fields_onto_fieldstack): Handle ARRAY_TYPE.
16420 * tree-ssa-structalias.c (push_fields_onto_fieldstack): Handle
16491 (push_fields_onto_fieldstack): Likewise.