Home
last modified time | relevance | path

Searched refs:only_restrict_pointers (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-structalias.c268 unsigned int only_restrict_pointers : 1; member
390 ret->only_restrict_pointers = false; in new_var_info()
5590 unsigned only_restrict_pointers : 1; member
5769 e.only_restrict_pointers in push_fields_onto_fieldstack()
5773 if (e.only_restrict_pointers) in push_fields_onto_fieldstack()
6133 vi->only_restrict_pointers = 1;
6134 if (vi->only_restrict_pointers
6192 newvi->only_restrict_pointers = fo->only_restrict_pointers;
6194 && newvi->only_restrict_pointers
6269 || vi->only_restrict_pointers) in create_variable_info_for()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-structalias.cc272 unsigned int only_restrict_pointers : 1; member
397 ret->only_restrict_pointers = false; in new_var_info()
5714 unsigned only_restrict_pointers : 1; member
5893 e.only_restrict_pointers in push_fields_onto_fieldstack()
5897 if (e.only_restrict_pointers) in push_fields_onto_fieldstack()
6257 vi->only_restrict_pointers = 1; in create_variable_info_for_1()
6258 if (vi->only_restrict_pointers in create_variable_info_for_1()
6316 newvi->only_restrict_pointers = fo->only_restrict_pointers; in create_variable_info_for_1()
6318 && newvi->only_restrict_pointers in create_variable_info_for_1()
6393 || vi->only_restrict_pointers) in create_variable_info_for()
[all …]
H A DChangeLog-200917399 (struct fieldoff): Add only_restrict_pointers flag.
H A DChangeLog-201033330 only_restrict_pointers flag.
H A DChangeLog-20158772 vi->only_restrict_pointers.