reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/polly/lib/Transform/Simplify.cpp
   40 TWO_STATISTICS(ScopsProcessed, "Number of SCoPs processed");
   41 TWO_STATISTICS(ScopsModified, "Number of SCoPs simplified");
   43 TWO_STATISTICS(TotalOverwritesRemoved, "Number of removed overwritten writes");
   44 TWO_STATISTICS(TotalWritesCoalesced, "Number of writes coalesced with another");
   45 TWO_STATISTICS(TotalRedundantWritesRemoved,
   47 TWO_STATISTICS(TotalEmptyPartialAccessesRemoved,
   49 TWO_STATISTICS(TotalDeadAccessesRemoved, "Number of dead accesses removed");
   50 TWO_STATISTICS(TotalDeadInstructionsRemoved,
   52 TWO_STATISTICS(TotalStmtsRemoved, "Number of statements removed in any SCoP");
   54 TWO_STATISTICS(NumValueWrites, "Number of scalar value writes after Simplify");
   55 TWO_STATISTICS(
   58 TWO_STATISTICS(NumPHIWrites,
   60 TWO_STATISTICS(
   63 TWO_STATISTICS(NumSingletonWrites, "Number of singleton writes after Simplify");
   64 TWO_STATISTICS(