Searched defs:dump_bb (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | cfghooks.h | 32 void (*dump_bb) (basic_block, FILE *, int, int); member
|
H A D | cfghooks.c | 268 dump_bb (basic_block bb, FILE *outf, int indent) in dump_bb() function
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | cfghooks.h | 65 void (*dump_bb) (FILE *, basic_block, int, dump_flags_t); member
|
H A D | cfghooks.c | 277 dump_bb (FILE *outf, basic_block bb, int indent, dump_flags_t flags) in dump_bb() function
|