| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
This is necessary for tests so the results are comparable.
llvm-svn: 90320
|
| |
|
|
|
|
| |
into llvm/ADT.
llvm-svn: 81001
|
| |
|
|
|
|
|
| |
Removed inverted flag form MaximumSpanningTree, also do not handle so much
information to MaximumSpanningTree.
llvm-svn: 80911
|
| |
|
|
| |
llvm-svn: 80431
|
| |
|
|
| |
llvm-svn: 80429
|
|
|
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.
llvm-svn: 80358
|