Home | History | Annotate | Download | only in src

Lines Matching defs:opt_prof_accum

25 bool		opt_prof_accum = false;
234 if (opt_prof_accum) {
614 if (opt_prof_accum)
627 if (opt_prof_accum)
646 assert(!opt_prof_accum);
1054 if (opt_prof_accum) {
1074 if (opt_prof_accum) {
1251 if (opt_prof_accum) {
1320 if ((!opt_prof_accum && gctx->cnt_summed.curobjs == 0) ||
1321 (opt_prof_accum && gctx->cnt_summed.accumobjs == 0)) {