Searched refs:handled_struct_type (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-structalias.c | 6057 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 D | tree-ssa-structalias.cc | 6181 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 D | ChangeLog-2016 | 35400 handled_struct_type param.
|