Lines Matching refs:TWO_STATISTICS
30 #define TWO_STATISTICS(VARNAME, DESC) \ macro
41 TWO_STATISTICS(ScopsProcessed, "Number of SCoPs processed");
42 TWO_STATISTICS(ScopsModified, "Number of SCoPs simplified");
44 TWO_STATISTICS(TotalEmptyDomainsRemoved,
46 TWO_STATISTICS(TotalOverwritesRemoved, "Number of removed overwritten writes");
47 TWO_STATISTICS(TotalWritesCoalesced, "Number of writes coalesced with another");
48 TWO_STATISTICS(TotalRedundantWritesRemoved,
50 TWO_STATISTICS(TotalEmptyPartialAccessesRemoved,
52 TWO_STATISTICS(TotalDeadAccessesRemoved, "Number of dead accesses removed");
53 TWO_STATISTICS(TotalDeadInstructionsRemoved,
55 TWO_STATISTICS(TotalStmtsRemoved, "Number of statements removed in any SCoP");
57 TWO_STATISTICS(NumValueWrites, "Number of scalar value writes after Simplify");
58 TWO_STATISTICS(
61 TWO_STATISTICS(NumPHIWrites,
63 TWO_STATISTICS(
66 TWO_STATISTICS(NumSingletonWrites, "Number of singleton writes after Simplify");
67 TWO_STATISTICS(