1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/lib/Transforms/Instrumentation
Andrew Trick 72f17d97f3 Implementation of path profiling.
Modified patch by Adam Preuss.

This builds on the existing framework for block tracing, edge profiling and optimal edge profiling.
See -help-hidden for new flags.
For documentation, see the technical report "Implementation of Path Profiling..." in llvm.org/pubs.

llvm-svn: 124515
2011-01-29 01:09:53 +00:00
..
CMakeLists.txt Implementation of path profiling. 2011-01-29 01:09:53 +00:00
EdgeProfiling.cpp Implementation of path profiling. 2011-01-29 01:09:53 +00:00
Instrumentation.cpp Implementation of path profiling. 2011-01-29 01:09:53 +00:00
Makefile make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00
MaximumSpanningTree.h Cheap, mostly strict, stable sorting. 2009-12-02 15:57:15 +00:00
OptimalEdgeProfiling.cpp Implementation of path profiling. 2011-01-29 01:09:53 +00:00
PathProfiling.cpp Implementation of path profiling. 2011-01-29 01:09:53 +00:00
ProfilingUtils.cpp Implementation of path profiling. 2011-01-29 01:09:53 +00:00
ProfilingUtils.h Implementation of path profiling. 2011-01-29 01:09:53 +00:00