Home | History | Annotate | Download | only in src

Lines Matching refs:PRINT_STAT

521   #define PRINT_STAT(x) if (x##_ > 0) PrintF(" %-16s = %2d\n", #x, x##_)
523 #define PRINT_STAT(x)
525 PRINT_STAT(redundant);
526 PRINT_STAT(removed);
527 PRINT_STAT(removed_cho);
528 PRINT_STAT(narrowed);
529 PRINT_STAT(loads);
530 PRINT_STAT(empty);
531 PRINT_STAT(compares_true);
532 PRINT_STAT(compares_false);
533 PRINT_STAT(transitions);