Home
last modified time | relevance | path

Searched refs:EdgeWeight (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
DMaximumSpanningTree.h31 typedef std::pair<Edge, double> EdgeWeight; typedef
32 typedef std::vector<EdgeWeight> EdgeWeights;
46 bool operator()(EdgeWeight X, EdgeWeight Y) const { in operator()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DMaximumSpanningTree.h30 typedef std::pair<Edge, double> EdgeWeight; typedef
31 typedef std::vector<EdgeWeight> EdgeWeights;
45 bool operator()(EdgeWeight X, EdgeWeight Y) const { in operator()
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DMaximumSpanningTree.h30 typedef std::pair<Edge, double> EdgeWeight; typedef
31 typedef std::vector<EdgeWeight> EdgeWeights;
45 bool operator()(EdgeWeight X, EdgeWeight Y) const { in operator()
/external/llvm/include/llvm/Support/
DGCOV.h298 struct EdgeWeight { struct
299 EdgeWeight(GCOVBlock *D) : Dst(D), Count(0) {} in EdgeWeight() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DGCOV.h314 struct EdgeWeight { struct
315 EdgeWeight(GCOVBlock *D) : Dst(D) {} in EdgeWeight() function