HomeSort by: relevance | last modified time | path
    Searched defs:fieldstack (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-structalias.cc 5723 /* This structure is used during pushing fields onto the fieldstack
5772 /* Sort a fieldstack according to the field offset and sizes. */
5774 sort_fieldstack (vec<fieldoff_s> &fieldstack)
5776 fieldstack.qsort (fieldoff_compare);
5831 /* Given a TYPE, and a vector of field offsets FIELDSTACK, push all
5832 the fields of TYPE onto fieldstack, recording their offsets along
5841 push_fields_onto_fieldstack (tree type, vec<fieldoff_s> *fieldstack,
5853 if (fieldstack->length () > (unsigned)param_max_fields_for_field_sensitive)
5868 (field_type, fieldstack, offset + foff)
5882 if (!fieldstack->is_empty ()
6214 auto_vec<fieldoff_s> fieldstack; local
    [all...]
tree-ssa-structalias.cc 5723 /* This structure is used during pushing fields onto the fieldstack
5772 /* Sort a fieldstack according to the field offset and sizes. */
5774 sort_fieldstack (vec<fieldoff_s> &fieldstack)
5776 fieldstack.qsort (fieldoff_compare);
5831 /* Given a TYPE, and a vector of field offsets FIELDSTACK, push all
5832 the fields of TYPE onto fieldstack, recording their offsets along
5841 push_fields_onto_fieldstack (tree type, vec<fieldoff_s> *fieldstack,
5853 if (fieldstack->length () > (unsigned)param_max_fields_for_field_sensitive)
5868 (field_type, fieldstack, offset + foff)
5882 if (!fieldstack->is_empty ()
6214 auto_vec<fieldoff_s> fieldstack; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-structalias.cc 5696 /* This structure is used during pushing fields onto the fieldstack
5745 /* Sort a fieldstack according to the field offset and sizes. */
5747 sort_fieldstack (vec<fieldoff_s> &fieldstack)
5749 fieldstack.qsort (fieldoff_compare);
5805 /* Given a TYPE, and a vector of field offsets FIELDSTACK, push all
5806 the fields of TYPE onto fieldstack, recording their offsets along
5815 push_fields_onto_fieldstack (tree type, vec<fieldoff_s> *fieldstack,
5827 if (fieldstack->length () > (unsigned)param_max_fields_for_field_sensitive)
5842 (field_type, fieldstack, offset + foff)
5856 if (!fieldstack->is_empty ()
6188 auto_vec<fieldoff_s> fieldstack; local
    [all...]
tree-ssa-structalias.cc 5696 /* This structure is used during pushing fields onto the fieldstack
5745 /* Sort a fieldstack according to the field offset and sizes. */
5747 sort_fieldstack (vec<fieldoff_s> &fieldstack)
5749 fieldstack.qsort (fieldoff_compare);
5805 /* Given a TYPE, and a vector of field offsets FIELDSTACK, push all
5806 the fields of TYPE onto fieldstack, recording their offsets along
5815 push_fields_onto_fieldstack (tree type, vec<fieldoff_s> *fieldstack,
5827 if (fieldstack->length () > (unsigned)param_max_fields_for_field_sensitive)
5842 (field_type, fieldstack, offset + foff)
5856 if (!fieldstack->is_empty ()
6188 auto_vec<fieldoff_s> fieldstack; local
    [all...]

Completed in 162 milliseconds