llvm-6502/lib/Transforms/Instrumentation
Andreas Neustifter 6ef116d9dc Preparation for Optimal Edge Profiling:
This implements the maximum spanning tree algorithm on CFGs according to
weights given by the ProfileEstimator. This is then used to implement Optimal
Edge Profiling.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80358 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-28 11:28:24 +00:00
..
BlockProfiling.cpp Kill off more cerr/cout uses and prune includes a bit. 2009-08-23 11:37:21 +00:00
CMakeLists.txt
EdgeProfiling.cpp Kill off more cerr/cout uses and prune includes a bit. 2009-08-23 11:37:21 +00:00
Makefile
MaximumSpanningTree.cpp Preparation for Optimal Edge Profiling: 2009-08-28 11:28:24 +00:00
MaximumSpanningTree.h Preparation for Optimal Edge Profiling: 2009-08-28 11:28:24 +00:00
ProfilingUtils.cpp
ProfilingUtils.h
RSProfiling.cpp
RSProfiling.h