HomeSort by: relevance | last modified time | path
    Searched refs:opt_stats (Results 1 - 4 of 4) sorted by relevancy

  /src/external/cddl/dtracetoolkit/dist/Bin/
vopstat 82 opt_trace=0; opt_fs=0; opt_stats=1; opt_all=0
106 opt_stats=0
122 inline int OPT_stats = '$opt_stats';
135 OPT_stats == 1 ?
248 OPT_stats == 1 ?
251 OPT_stats == 1 ?
270 OPT_stats == 1 ?
281 /OPT_stats == 1/
  /src/external/cddl/dtracetoolkit/dist/FS/
vopstat 82 opt_trace=0; opt_fs=0; opt_stats=1; opt_all=0
106 opt_stats=0
122 inline int OPT_stats = '$opt_stats';
135 OPT_stats == 1 ?
248 OPT_stats == 1 ?
251 OPT_stats == 1 ?
270 OPT_stats == 1 ?
281 /OPT_stats == 1/
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-dom.cc 108 static struct opt_stats_d opt_stats; variable in typeref:struct:opt_stats_d
885 memset (&opt_stats, 0, sizeof (opt_stats));
1048 opt_stats.num_re);
1050 opt_stats.num_const_prop);
1052 opt_stats.num_copy_prop);
1499 opt_stats.num_stmts);
1501 opt_stats.num_exprs_considered);
1835 opt_stats.num_exprs_considered++;
1891 opt_stats.num_re++
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-dom.cc 107 static struct opt_stats_d opt_stats; variable in typeref:struct:opt_stats_d
817 memset (&opt_stats, 0, sizeof (opt_stats));
976 opt_stats.num_re);
978 opt_stats.num_const_prop);
980 opt_stats.num_copy_prop);
1299 opt_stats.num_stmts);
1301 opt_stats.num_exprs_considered);
1635 opt_stats.num_exprs_considered++;
1691 opt_stats.num_re++
    [all...]

Completed in 16 milliseconds