Searched refs:bitmap_print (Results 1 – 13 of 13) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | bitmap.h | 111 extern void bitmap_print PARAMS ((FILE *, bitmap, const char *, const char *)); 122 #define dump_bitmap(file, bitmap) bitmap_print (file, bitmap, "", "\n")
|
H A D | print-rtl.c | 466 bitmap_print (outfile, XBITMAP (in_rtx, i), " {", "}");
|
H A D | bitmap.c | 829 bitmap_print (file, head, prefix, suffix) in bitmap_print() function
|
H A D | ChangeLog.1 | 4662 * bitmap.c (bitmap_print): Qualify a char* with the `const' keyword. 4664 * bitmap.h (bitmap_print): Likewise.
|
H A D | FSFChangeLog.11 | 2528 * bitmap.h (bitmap_print): Don't use STDIO_PROTO. 2555 (bitmap_print): Declare.
|
H A D | ChangeLog.0 | 12304 (bitmap_print): Declare.
|
/openbsd/gnu/gcc/gcc/ |
H A D | bitmap.h | 142 extern void bitmap_print (FILE *, bitmap, const char *, const char *); 164 #define dump_bitmap(file, bitmap) bitmap_print (file, bitmap, "", "\n")
|
H A D | gdbinit.in | 125 set bitmap_print (stderr, $, "", "\n")
|
H A D | print-rtl.c | 533 bitmap_print (outfile, XBITMAP (in_rtx, i), " {", "}"); in print_rtx()
|
H A D | tree-into-ssa.c | 1562 bitmap_print (stderr, db_p->def_blocks, ", DEF_BLOCKS: { ", "}"); in debug_def_blocks_r() 1563 bitmap_print (stderr, db_p->livein_blocks, ", LIVEIN_BLOCKS: { ", "}\n"); in debug_def_blocks_r()
|
H A D | bitmap.c | 1508 bitmap_print (FILE *file, bitmap head, const char *prefix, const char *suffix) in bitmap_print() function
|
H A D | df-scan.c | 527 bitmap_print (stderr, local_blocks_to_scan, "scanning: ", "\n"); in df_rescan_blocks()
|
H A D | tree-ssa-loop-ivopts.c | 4323 bitmap_print (dump_file, in determine_use_iv_costs() 4861 bitmap_print (file, ivs->cands, " candidates ","\n"); in iv_ca_dump()
|