Home
last modified time | relevance | path

Searched refs:dump_bitmap_vector (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dlcm.cc388 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 Dstore-motion.cc1088 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 Dsbitmap.h261 extern void dump_bitmap_vector (FILE *, const char *, const char *, sbitmap *,
H A Dsbitmap.cc845 dump_bitmap_vector (FILE *file, const char *title, const char *subtitle, in dump_bitmap_vector() function
H A DChangeLog-20125863 (dump_sbitmap_vector): Rename dump_bitmap_vector.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dlcm.c388 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 Dstore-motion.c1092 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 Dsbitmap.h251 extern void dump_bitmap_vector (FILE *, const char *, const char *, sbitmap *,
H A Dsbitmap.c845 dump_bitmap_vector (FILE *file, const char *title, const char *subtitle, in dump_bitmap_vector() function