Searched refs:bitmap_print (Results 1 - 12 of 12) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dbitmap.h263 extern void bitmap_print (FILE *, const_bitmap, const char *, const char *);
294 bitmap_print (file, map, "", "\n");
H A Dtree-ssa-tail-merge.c414 bitmap_print (file, e->bbs, "bbs:", "\n");
415 bitmap_print (file, e->succs, "succs:", "\n");
416 bitmap_print (file, e->inverse, "inverse:", "\n");
932 bitmap_print (file, c->bbs, "bbs:", "\n");
933 bitmap_print (file, c->preds, "preds:", "\n");
H A Ddse.c2930 bitmap_print (dump_file, group->store2_n, "n ", " ");
2931 bitmap_print (dump_file, group->store2_p, "p ", "\n");
3509 bitmap_print (dump_file, bb_info->in, " in: ", "\n");
3513 bitmap_print (dump_file, bb_info->gen, " gen: ", "\n");
3517 bitmap_print (dump_file, bb_info->kill, " kill: ", "\n");
3521 bitmap_print (dump_file, bb_info->out, " out: ", "\n");
3555 bitmap_print (dump_file, v, " v: ", "\n");
H A Dtree-ssa-ter.c813 bitmap_print (f, t->partition_in_use, "Partitions in use ",
H A Dtree-into-ssa.c1727 bitmap_print (file, info->info.def_blocks.def_blocks,
1729 bitmap_print (file, info->info.def_blocks.livein_blocks,
1731 bitmap_print (file, info->info.def_blocks.phi_blocks,
H A Ddf-core.c512 bitmap_print (dump_file, blocks, "setting blocks to analyze ", "\n");
H A Dbitmap.c2144 bitmap_print (FILE *file, const_bitmap head, const char *prefix,
2132 bitmap_print (FILE *file, const_bitmap head, const char *prefix, function
H A Dira.c4057 bitmap_print (file, &c->live_throughout, "live_throughout: ", ", ");
4058 bitmap_print (file, &c->dead_or_set, "dead_or_set: ", "\n");
H A Dtree-ssa-loop-ivopts.c5137 bitmap_print (dump_file,
5712 bitmap_print (file, ivs->cands, " candidates: ","\n");
/haiku-buildtools/legacy/gcc/gcc/
H A Dbitmap.h92 extern void bitmap_print PROTO((FILE *, bitmap, const char *, const char *));
H A Dprint-rtl.c288 bitmap_print (outfile, XBITMAP (in_rtx, i), " {", "}");
H A Dbitmap.c629 bitmap_print (file, head, prefix, suffix)
613 bitmap_print (file, head, prefix, suffix) function

Completed in 243 milliseconds