Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/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.c844 dump_bitmap_vector (FILE *file, const char *title, const char *subtitle, in dump_bitmap_vector() function