llvm-project/polly/lib/Analysis
Michael Kruse 06ed529205 Add more statistics.
Add statistics about
- Which optimizations are applied
- Number of loops in Scops at various stages
- Number of scalar/singleton writes at various stages representative
  for scalar false dependencies
- Number of parallel loops

These will be useful to find regressions due to moving Polly further
down of LLVM's pass pipeline.

Differential Revision: https://reviews.llvm.org/D37049

llvm-svn: 311553
2017-08-23 13:50:30 +00:00
..
DependenceInfo.cpp [ScopInfo] Move Scop::getPwAffOnly to isl++ [NFC] 2017-08-06 21:42:38 +00:00
PolyhedralInfo.cpp [ScopInfo] Translate Scop::getParamSpace to isl++ [NFC] 2017-08-06 20:11:59 +00:00
PruneUnprofitable.cpp Add more statistics. 2017-08-23 13:50:30 +00:00
ScopBuilder.cpp [Polly] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2017-08-22 21:25:51 +00:00
ScopDetection.cpp [ScopDetect] Include zero-iteration loops in loop count. 2017-08-23 13:29:59 +00:00
ScopDetectionDiagnostic.cpp [polly] Fix ScopDetectionDiagnostic test failure caused by r310940 2017-08-22 22:01:53 +00:00
ScopGraphPrinter.cpp [Polly][NewPM] Port ScopDetection to the new PassManager 2017-05-12 14:37:29 +00:00
ScopInfo.cpp Add more statistics. 2017-08-23 13:50:30 +00:00
ScopPass.cpp [Polly][PM] Improve invalidation in the Scop-Pipeline 2017-08-10 07:43:46 +00:00