HomeSort by relevance Sort by last modified time
    Searched refs:sbitmap (Results 1 - 8 of 8) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
sbitmap.h 28 - the element for I will be at sbitmap[I / (bits per element)]
108 /* Set bit number BITNO in the sbitmap MAP. */
111 bitmap_set_bit (sbitmap map, int bitno)
118 /* Reset bit number BITNO in the sbitmap MAP. */
121 bitmap_clear_bit (sbitmap map, int bitno)
128 /* The iterator for sbitmap. */
146 /* Initialize the iterator I with sbitmap BMP and the initial index
202 /* Loop over all elements of SBITMAP, starting with MIN. In each
214 inline void sbitmap_free (sbitmap map)
220 inline void sbitmap_vector_free (sbitmap * vec
    [all...]
basic-block.h 430 extern edge cached_make_edge (sbitmap, basic_block, basic_block, int);
714 extern void bitmap_intersection_of_succs (sbitmap, sbitmap *, basic_block);
715 extern void bitmap_intersection_of_preds (sbitmap, sbitmap *, basic_block);
716 extern void bitmap_union_of_succs (sbitmap, sbitmap *, basic_block);
717 extern void bitmap_union_of_preds (sbitmap, sbitmap *, basic_block);
720 extern struct edge_list *pre_edge_lcm (int, sbitmap *, sbitmap *
    [all...]
cfghooks.h 108 int (*flow_call_edges_add) (sbitmap);
121 unsigned, sbitmap,
184 extern int flow_call_edges_add (sbitmap);
189 sbitmap wont_exit,
coretypes.h 50 typedef struct simple_bitmap_def *sbitmap; typedef in typeref:struct:simple_bitmap_def
except.h 232 extern void remove_unreachable_eh_regions (sbitmap);
cfgloop.h 27 #include "sbitmap.h"
317 unsigned, sbitmap, edge,
tree-flow.h 25 #include "sbitmap.h"
655 unsigned int, sbitmap,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
i386-protos.h 320 sbitmap ready_try_change;

Completed in 224 milliseconds