Home
last modified time | relevance | path

Searched refs:def_blocks (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-into-ssa.c55 struct def_blocks struct
59 bitmap def_blocks; argument
167 struct def_blocks def_blocks; member
344 info->info.def_blocks.def_blocks = NULL; in get_ssa_name_ann()
345 info->info.def_blocks.phi_blocks = NULL; in get_ssa_name_ann()
346 info->info.def_blocks.livein_blocks = NULL; in get_ssa_name_ann()
458 static inline def_blocks *
461 def_blocks *db_p = &info->def_blocks; in get_def_blocks_for()
462 if (!db_p->def_blocks) in get_def_blocks_for()
464 db_p->def_blocks = BITMAP_ALLOC (&update_ssa_obstack); in get_def_blocks_for()
[all …]
H A Dcfganal.c1298 compute_idf (bitmap def_blocks, bitmap_head *dfs) in compute_idf() argument
1312 EXECUTE_IF_SET_IN_BITMAP (def_blocks, 0, bb_index, bi) in compute_idf()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-into-ssa.c64 bitmap def_blocks; member
82 static htab_t def_blocks; variable
378 compute_global_livein (bitmap livein ATTRIBUTE_UNUSED, bitmap def_blocks ATTRIBUTE_UNUSED) in compute_global_livein()
408 && ! bitmap_bit_p (def_blocks, pred_index)) in compute_global_livein()
471 slot = htab_find_slot (def_blocks, (void *) &db, INSERT); in get_def_blocks_for()
476 db_p->def_blocks = BITMAP_ALLOC (NULL); in get_def_blocks_for()
501 bitmap_set_bit (db_p->def_blocks, bb->index); in set_def_block()
545 int def_block_index = bitmap_first_set_bit (db_p->def_blocks); in set_livein_block()
1011 return (struct def_blocks_d *) htab_find (def_blocks, &dm); in find_def_blocks_for()
1088 prune_unused_phi_nodes (phi_insertion_points, def_map->def_blocks, in insert_phi_nodes_for()
[all …]
H A Dcfganal.c1310 compute_idf (bitmap def_blocks, bitmap_head *dfs) in compute_idf() argument
1324 EXECUTE_IF_SET_IN_BITMAP (def_blocks, 0, bb_index, bi) in compute_idf()