Searched refs:bitmap_first_set_bit (Results 1 - 14 of 14) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-sink.c251 commondom = BASIC_BLOCK (bitmap_first_set_bit (blocks));
H A Dbitmap.h185 extern unsigned bitmap_first_set_bit (const_bitmap);
H A Dtree-ssa-ter.c529 version = bitmap_first_set_bit (tab->kill_list[partition]);
H A Dtree-cfgcleanup.c669 i = bitmap_first_set_bit (cfgcleanup_altered_bbs);
H A Ddf-core.c967 index = bitmap_first_set_bit (worklist);
H A Ddominance.c866 first = bitmap_first_set_bit (blocks);
H A Dbitmap.c772 bitmap_first_set_bit (const_bitmap a)
763 bitmap_first_set_bit (const_bitmap a) function
H A Dtree-into-ssa.c550 int def_block_index = bitmap_first_set_bit (db_p->def_blocks);
H A Dtree-ssa-structalias.c1376 lowest_node = bitmap_first_set_bit (scc);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dtree-ssa-sink.c255 commondom = BASIC_BLOCK (bitmap_first_set_bit (blocks));
H A Dbitmap.h161 extern unsigned bitmap_first_set_bit (bitmap);
H A Ddominance.c811 first = bitmap_first_set_bit (blocks);
H A Dbitmap.c537 bitmap_first_set_bit (bitmap a)
528 bitmap_first_set_bit (bitmap a) function
H A Dtree-into-ssa.c439 int def_block_index = bitmap_first_set_bit (db_p->def_blocks);

Completed in 291 milliseconds