Searched refs:EdgeWeight (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMaximumSpanningTree.h30 typedef std::pair<Edge, double> EdgeWeight; typedef in class:llvm::MaximumSpanningTree
31 typedef std::vector<EdgeWeight> EdgeWeights;
45 bool operator()(EdgeWeight X, EdgeWeight Y) const {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h266 struct EdgeWeight { struct in class:llvm::GCOVBlock
267 EdgeWeight(GCOVBlock *D) : Dst(D) {} function in struct:llvm::GCOVBlock::EdgeWeight

Completed in 65 milliseconds