Searched refs:def_blocks (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dtree-into-ssa.c98 bitmap def_blocks; member in struct:def_blocks_d
209 struct def_blocks_d def_blocks; member in struct:common_info_d
398 info->info.def_blocks.def_blocks = NULL;
399 info->info.def_blocks.phi_blocks = NULL;
400 info->info.def_blocks.livein_blocks = NULL;
515 struct def_blocks_d *db_p = &info->def_blocks;
516 if (!db_p->def_blocks)
518 db_p->def_blocks = BITMAP_ALLOC (&update_ssa_obstack);
540 bitmap_set_bit (db_p->def_blocks, b
[all...]
H A Dcfganal.c1300 compute_idf (bitmap def_blocks, bitmap_head *dfs)
1314 EXECUTE_IF_SET_IN_BITMAP (def_blocks, 0, bb_index, bi)
1296 compute_idf(bitmap def_blocks, bitmap_head *dfs) argument

Completed in 27 milliseconds