/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | lcm.cc | 388 dump_bitmap_vector (dump_file, "transp", "", transp, in pre_edge_lcm_avs() 390 dump_bitmap_vector (dump_file, "antloc", "", antloc, in pre_edge_lcm_avs() 392 dump_bitmap_vector (dump_file, "avloc", "", avloc, in pre_edge_lcm_avs() 394 dump_bitmap_vector (dump_file, "kill", "", kill, in pre_edge_lcm_avs() 410 dump_bitmap_vector (dump_file, "antin", "", antin, in pre_edge_lcm_avs() 412 dump_bitmap_vector (dump_file, "antout", "", antout, in pre_edge_lcm_avs() 423 dump_bitmap_vector (dump_file, "earliest", "", earliest, num_edges); in pre_edge_lcm_avs() 439 dump_bitmap_vector (dump_file, "laterin", "", laterin, in pre_edge_lcm_avs() 441 dump_bitmap_vector (dump_file, "later", "", later, num_edges); in pre_edge_lcm_avs() 459 dump_bitmap_vector (dump_file, "pre_insert_map", "", *insert, num_edges); in pre_edge_lcm_avs() [all …]
|
H A D | store-motion.cc | 1088 dump_bitmap_vector (dump_file, "st_antloc", "", st_antloc, in build_store_vectors() 1090 dump_bitmap_vector (dump_file, "st_kill", "", st_kill, in build_store_vectors() 1092 dump_bitmap_vector (dump_file, "st_transp", "", st_transp, in build_store_vectors() 1094 dump_bitmap_vector (dump_file, "st_avloc", "", st_avloc, in build_store_vectors()
|
H A D | sbitmap.h | 261 extern void dump_bitmap_vector (FILE *, const char *, const char *, sbitmap *,
|
H A D | sbitmap.cc | 845 dump_bitmap_vector (FILE *file, const char *title, const char *subtitle, in dump_bitmap_vector() function
|
H A D | ChangeLog-2012 | 5863 (dump_sbitmap_vector): Rename dump_bitmap_vector.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | lcm.c | 388 dump_bitmap_vector (dump_file, "transp", "", transp, in pre_edge_lcm_avs() 390 dump_bitmap_vector (dump_file, "antloc", "", antloc, in pre_edge_lcm_avs() 392 dump_bitmap_vector (dump_file, "avloc", "", avloc, in pre_edge_lcm_avs() 394 dump_bitmap_vector (dump_file, "kill", "", kill, in pre_edge_lcm_avs() 410 dump_bitmap_vector (dump_file, "antin", "", antin, in pre_edge_lcm_avs() 412 dump_bitmap_vector (dump_file, "antout", "", antout, in pre_edge_lcm_avs() 423 dump_bitmap_vector (dump_file, "earliest", "", earliest, num_edges); in pre_edge_lcm_avs() 439 dump_bitmap_vector (dump_file, "laterin", "", laterin, in pre_edge_lcm_avs() 441 dump_bitmap_vector (dump_file, "later", "", later, num_edges); in pre_edge_lcm_avs() 459 dump_bitmap_vector (dump_file, "pre_insert_map", "", *insert, num_edges); in pre_edge_lcm_avs() [all …]
|
H A D | store-motion.c | 1092 dump_bitmap_vector (dump_file, "st_antloc", "", st_antloc, in build_store_vectors() 1094 dump_bitmap_vector (dump_file, "st_kill", "", st_kill, in build_store_vectors() 1096 dump_bitmap_vector (dump_file, "st_transp", "", st_transp, in build_store_vectors() 1098 dump_bitmap_vector (dump_file, "st_avloc", "", st_avloc, in build_store_vectors()
|
H A D | sbitmap.h | 251 extern void dump_bitmap_vector (FILE *, const char *, const char *, sbitmap *,
|
H A D | sbitmap.c | 845 dump_bitmap_vector (FILE *file, const char *title, const char *subtitle, in dump_bitmap_vector() function
|