Home
last modified time | relevance | path

Searched refs:debug_bitmap_file (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dbitmap.c772 debug_bitmap_file (file, head) in debug_bitmap_file() function
822 debug_bitmap_file (stdout, head);
H A Dbitmap.h108 extern void debug_bitmap_file PARAMS ((FILE *, bitmap));
H A Dflow.c570 debug_bitmap_file (rtl_dump_file, new_live_at_start);
H A DChangeLog.26074 (debug_bitmap_file): Likewise.
7047 * bitmap.c (debug_bitmap_file): Renmaed from bitmap_debug_file.
7049 * bitmap.h: Fix debug_bitmap and debug_bitmap_file prototypes.
H A DChangeLog.413536 * bitmap.c (debug_bitmap_file): Cast pointers to PTR for printing
/openbsd/gnu/gcc/gcc/
H A Dbitmap.h139 extern void debug_bitmap_file (FILE *, bitmap);
H A Dbitmap.c1462 debug_bitmap_file (FILE *file, bitmap head) in debug_bitmap_file() function
1501 debug_bitmap_file (stdout, head); in debug_bitmap()
H A Dflow.c514 debug_bitmap_file (dump_file, new_live_at_start); in verify_local_live_at_start()