Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
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 …]
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()
Dsbitmap.h261 extern void dump_bitmap_vector (FILE *, const char *, const char *, sbitmap *,
Dsbitmap.cc845 dump_bitmap_vector (FILE *file, const char *title, const char *subtitle, in dump_bitmap_vector() function
DChangeLog-20125863 (dump_sbitmap_vector): Rename dump_bitmap_vector.