/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | sbitmap.c | 765 dump_bitmap (FILE *file, const_sbitmap bmap) in dump_bitmap() function 788 dump_bitmap (stderr, &ref); in debug_raw() 854 dump_bitmap (file, bmaps[i]); in dump_bitmap_vector()
|
H A D | sbitmap.h | 245 extern void dump_bitmap (FILE *, const_sbitmap);
|
H A D | ipa-split.c | 204 dump_bitmap (file, current->split_bbs); in dump_split_point() 206 dump_bitmap (file, current->ssa_names_to_pass); in dump_split_point()
|
H A D | bitmap.h | 489 inline void dump_bitmap (FILE *file, const_bitmap map) in dump_bitmap() function
|
H A D | tree-loop-distribution.c | 869 dump_bitmap (dump_file, dest->stmts); in partition_merge_into() 871 dump_bitmap (dump_file, partition->stmts); in partition_merge_into()
|
H A D | tree-ssa-coalesce.c | 660 dump_bitmap (file, b); in ssa_conflicts_dump()
|
H A D | df-problems.c | 586 dump_bitmap (file, &problem_data->sparse_invalidated_by_eh); in df_rd_start_dump() 588 dump_bitmap (file, &problem_data->dense_invalidated_by_eh); in df_rd_start_dump()
|
H A D | loop-invariant.c | 763 dump_bitmap (dump_file, inv->depends_on); in create_new_invariant()
|
H A D | tree-ssa-loop-ivopts.c | 860 dump_bitmap (file, cand->inv_vars); in dump_cand() 865 dump_bitmap (file, cand->inv_exprs); in dump_cand() 5740 dump_bitmap (dump_file, group->related_cands); in find_iv_candidates()
|
H A D | bitmap.c | 2739 dump_bitmap (stderr, &ref); in debug()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | sbitmap.cc | 765 dump_bitmap (FILE *file, const_sbitmap bmap) in dump_bitmap() function 788 dump_bitmap (stderr, &ref); in debug_raw() 854 dump_bitmap (file, bmaps[i]); in dump_bitmap_vector()
|
H A D | sbitmap.h | 255 extern void dump_bitmap (FILE *, const_sbitmap);
|
H A D | ipa-split.cc | 204 dump_bitmap (file, current->split_bbs); in dump_split_point() 206 dump_bitmap (file, current->ssa_names_to_pass); in dump_split_point()
|
H A D | bitmap.h | 496 inline void dump_bitmap (FILE *file, const_bitmap map) in dump_bitmap() function
|
H A D | tree-ssa-coalesce.cc | 660 dump_bitmap (file, b); in ssa_conflicts_dump()
|
H A D | df-problems.cc | 586 dump_bitmap (file, &problem_data->sparse_invalidated_by_eh); in df_rd_start_dump() 588 dump_bitmap (file, &problem_data->dense_invalidated_by_eh); in df_rd_start_dump()
|
H A D | tree-loop-distribution.cc | 879 dump_bitmap (dump_file, dest->stmts); in partition_merge_into() 881 dump_bitmap (dump_file, partition->stmts); in partition_merge_into()
|
H A D | loop-invariant.cc | 762 dump_bitmap (dump_file, inv->depends_on); in create_new_invariant()
|
H A D | tree-ssa-loop-ivopts.cc | 861 dump_bitmap (file, cand->inv_vars); in dump_cand() 866 dump_bitmap (file, cand->inv_exprs); in dump_cand() 5870 dump_bitmap (dump_file, group->related_cands); in find_iv_candidates()
|
H A D | bitmap.cc | 2821 dump_bitmap (stderr, &ref); in debug()
|
H A D | ChangeLog-2012 | 5860 (dump_sbitmap): Rename dump_bitmap. 5872 (#define dump_bitmap): Reimplement as inline function.
|
H A D | ChangeLog-2001 | 20299 * bitmap.h: Add dump_bitmap, bitmap_zero, bitmap_union_of_diffs,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | i386-features.cc | 478 dump_bitmap (dump_file, insns); in build()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | i386-features.c | 478 dump_bitmap (dump_file, insns); in build()
|