Home | History | Annotate | Download | only in crankshaft

Lines Matching full:print_stat

896   #define PRINT_STAT(x) if (x##_ > 0) PrintF(" %-16s = %2d\n", #x, x##_)
898 #define PRINT_STAT(x)
900 PRINT_STAT(redundant);
901 PRINT_STAT(removed);
902 PRINT_STAT(removed_cho);
903 PRINT_STAT(removed_cit);
904 PRINT_STAT(narrowed);
905 PRINT_STAT(loads);
906 PRINT_STAT(empty);
907 PRINT_STAT(compares_true);
908 PRINT_STAT(compares_false);
909 PRINT_STAT(transitions);