HomeSort by relevance Sort by last modified time
    Searched refs:dump_bb (Results 1 - 6 of 6) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
dumpfile.h 148 extern void dump_bb (FILE *, basic_block, int, int);
cfghooks.h 30 void (*dump_bb) (FILE *, basic_block, int, int); member in struct:cfg_hooks
154 extern void dump_bb (FILE *, basic_block, int, int);
  /external/valgrind/callgrind/
clo.c 523 else if VG_BOOL_CLO(arg, "--dump-bb", CLG_(clo).dump_bb) {}
641 CLG_(clo).dump_bb = False;
dump.c 488 if (CLG_(clo).dump_bb) {
593 if (!CLG_(clo).dump_instr && !CLG_(clo).dump_bb && target.line==0) {
811 if (CLG_(clo).dump_bbs || CLG_(clo).dump_bb) {
    [all...]
global.h 88 Bool dump_bb; member in struct:_CommandLineOptions
main.c     [all...]

Completed in 334 milliseconds