Searched refs:TWO_STATISTICS (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/polly/lib/Transform/ |
D | Simplify.cpp | 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, [all …]
|