HomeSort by relevance Sort by last modified time
    Searched refs:MaximumSpanningTree (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Instrumentation/
MaximumSpanningTree.h 1 //===- llvm/Analysis/MaximumSpanningTree.h - Interface ----------*- C++ -*-===//
25 /// MaximumSpanningTree - A MST implementation.
28 class MaximumSpanningTree {
33 bool operator()(typename MaximumSpanningTree<CT>::EdgeWeight X,
34 typename MaximumSpanningTree<CT>::EdgeWeight Y) const {
65 /// MaximumSpanningTree() - Takes a vector of weighted edges and returns a
67 MaximumSpanningTree(EdgeWeights &EdgeVector) {
OptimalEdgeProfiling.cpp 29 #include "MaximumSpanningTree.h"
136 // The third parameter of MaximumSpanningTree() has the effect that not the
142 MaximumSpanningTree<BasicBlock> MST(EdgeVector);

Completed in 81 milliseconds