Searched refs:phi_blocks (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/ |
H A D | executionengine_test.go | 58 phi_blocks := []BasicBlock{iftrue, iffalse} 59 res.AddIncoming(phi_vals, phi_blocks)
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-into-ssa.cc | 63 bitmap phi_blocks; member 346 info->info.def_blocks.phi_blocks = NULL; in get_ssa_name_ann() 466 db_p->phi_blocks = BITMAP_ALLOC (&update_ssa_obstack); in get_def_blocks_for() 489 bitmap_set_bit (db_p->phi_blocks, bb->index); in set_def_block() 982 bitmap_and_compl_into (phi_insertion_points, def_map->phi_blocks); in insert_phi_nodes_for() 1743 bitmap_print (file, info->info.def_blocks.phi_blocks, in debug_var_infos_r()
|
H A D | ChangeLog-2004 | 27065 (struct def_blocks_d): Add phi_blocks field.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-into-ssa.c | 62 bitmap phi_blocks; member 345 info->info.def_blocks.phi_blocks = NULL; in get_ssa_name_ann() 465 db_p->phi_blocks = BITMAP_ALLOC (&update_ssa_obstack); in get_def_blocks_for() 488 bitmap_set_bit (db_p->phi_blocks, bb->index); in set_def_block() 981 bitmap_and_compl_into (phi_insertion_points, def_map->phi_blocks); in insert_phi_nodes_for() 1746 bitmap_print (file, info->info.def_blocks.phi_blocks, in debug_var_infos_r()
|