HomeSort by: relevance | last modified time | path
    Searched defs:dump_bb (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
cfghooks.h 82 void (*dump_bb) (FILE *, basic_block, int, dump_flags_t); member in struct:cfg_hooks
217 extern void dump_bb (FILE *, basic_block, int, dump_flags_t);
gimple-range.cc 590 gimple_ranger::dump_bb (FILE *f, basic_block bb) function in class:gimple_ranger
596 m_cache.dump_bb (f, bb);
598 ::dump_bb (f, bb, 4, TDF_NONE);
672 dump_bb (f, bb);
cfghooks.cc 299 dump_bb (FILE *outf, basic_block bb, int indent, dump_flags_t flags) function
303 if (cfg_hooks->dump_bb)
304 cfg_hooks->dump_bb (outf, bb, indent, flags);
313 dump_bb (stderr, &ref, 0, TDF_NONE);
364 dump_bb (file, bb, 0, flags);
gimple-range-cache.cc 1001 ranger_cache::dump_bb (FILE *f, basic_block bb) function in class:ranger_cache
  /src/external/gpl3/gcc.old/dist/gcc/
cfghooks.h 82 void (*dump_bb) (FILE *, basic_block, int, dump_flags_t); member in struct:cfg_hooks
217 extern void dump_bb (FILE *, basic_block, int, dump_flags_t);
gimple-range.cc 513 gimple_ranger::dump_bb (FILE *f, basic_block bb) function in class:gimple_ranger
520 m_cache.dump_bb (f, bb);
522 ::dump_bb (f, bb, 4, TDF_NONE);
590 dump_bb (f, bb);
cfghooks.cc 297 dump_bb (FILE *outf, basic_block bb, int indent, dump_flags_t flags) function
301 if (cfg_hooks->dump_bb)
302 cfg_hooks->dump_bb (outf, bb, indent, flags);
311 dump_bb (stderr, &ref, 0, TDF_NONE);
362 dump_bb (file, bb, 0, flags);
gimple-range-cache.cc 915 ranger_cache::dump_bb (FILE *f, basic_block bb) function in class:ranger_cache

Completed in 62 milliseconds