Home
last modified time | relevance | path

Searched refs:handled_struct_type (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-structalias.c6057 bool handle_param, bitmap handled_struct_type,
6137 && !bitmap_bit_p (handled_struct_type,
6144 bitmap_set_bit (handled_struct_type,
6147 true, handled_struct_type);
6149 bitmap_clear_bit (handled_struct_type,
6196 && !bitmap_bit_p (handled_struct_type,
6203 bitmap_set_bit (handled_struct_type,
6206 true, handled_struct_type);
6208 bitmap_clear_bit (handled_struct_type,
6382 bitmap handled_struct_type = NULL; in intra_create_variable_infos() local
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-structalias.cc6181 bool handle_param, bitmap handled_struct_type, in create_variable_info_for_1() argument
6261 && !bitmap_bit_p (handled_struct_type, in create_variable_info_for_1()
6268 bitmap_set_bit (handled_struct_type, in create_variable_info_for_1()
6271 true, handled_struct_type); in create_variable_info_for_1()
6273 bitmap_clear_bit (handled_struct_type, in create_variable_info_for_1()
6320 && !bitmap_bit_p (handled_struct_type, in create_variable_info_for_1()
6327 bitmap_set_bit (handled_struct_type, in create_variable_info_for_1()
6330 true, handled_struct_type); in create_variable_info_for_1()
6332 bitmap_clear_bit (handled_struct_type, in create_variable_info_for_1()
6506 bitmap handled_struct_type = NULL; in intra_create_variable_infos() local
[all …]
H A DChangeLog-201635400 handled_struct_type param.