Searched refs:bb_set (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/dev/onewire/
H A Donewire_bitbang.c85 ops->bb_set(arg, 0);
87 ops->bb_set(arg, 1);
113 ops->bb_set(arg, 1);
143 ops->bb_set(arg, 0);
145 ops->bb_set(arg, 1);
168 ops->bb_set(arg, 0);
170 ops->bb_set(arg, 1);
184 ops->bb_set(arg, 1);
H A Donewirevar.h81 void (*bb_set)(void *, int); member in struct:onewire_bbops
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dauto-profile.c1073 typedef std::set<basic_block> bb_set; typedef
1077 is_bb_annotated (const basic_block bb, const bb_set &annotated)
1083 set_bb_annotated (basic_block bb, bb_set *annotated)
1149 afdo_find_equiv_class (bb_set *annotated_bb)
1201 afdo_propagate_edge (bool is_succ, bb_set *annotated_bb)
1276 afdo_propagate_circuit (const bb_set &annotated_bb)
1349 afdo_propagate (bb_set *annotated_bb)
1378 afdo_calculate_branch_prob (bb_set *annotated_bb)
1509 bb_set annotated_bb;
H A Dipa-fnsummary.c2037 bitmap bb_set; member in struct:record_modified_bb_info
2070 bitmap_set_bit (info->bb_set,
2157 info.bb_set = BITMAP_ALLOC (NULL);
2161 if (walked < 0 || bitmap_bit_p (info.bb_set, bb->index))
2170 BITMAP_FREE (info.bb_set);
2178 EXECUTE_IF_SET_IN_BITMAP (info.bb_set, 0, index, bi)
2190 BITMAP_FREE (info.bb_set);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dauto-profile.cc1086 typedef std::set<basic_block> bb_set; typedef in namespace:autofdo
1090 is_bb_annotated (const basic_block bb, const bb_set &annotated)
1096 set_bb_annotated (basic_block bb, bb_set *annotated)
1162 afdo_find_equiv_class (bb_set *annotated_bb)
1210 afdo_propagate_edge (bool is_succ, bb_set *annotated_bb)
1300 afdo_propagate_circuit (const bb_set &annotated_bb)
1373 afdo_propagate (bb_set *annotated_bb)
1402 afdo_calculate_branch_prob (bb_set *annotated_bb)
1533 bb_set annotated_bb;
H A Dipa-fnsummary.cc2149 bitmap bb_set; member in struct:record_modified_bb_info
2182 bitmap_set_bit (info->bb_set,
2269 info.bb_set = BITMAP_ALLOC (NULL);
2275 if (walked < 0 || bitmap_bit_p (info.bb_set, bb->index))
2286 BITMAP_FREE (info.bb_set);
2294 EXECUTE_IF_SET_IN_BITMAP (info.bb_set, 0, index, bi)
2306 BITMAP_FREE (info.bb_set);

Completed in 148 milliseconds