Home
last modified time | relevance | path

Searched defs:EdgeWeight (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Support/
DGCOV.h293 struct EdgeWeight { struct
294 EdgeWeight(GCOVBlock *D): Dst(D), Count(0) {} in EdgeWeight() function
296 GCOVBlock *Dst;
297 uint64_t Count;
/external/llvm/lib/Transforms/Instrumentation/
DMaximumSpanningTree.h31 typedef std::pair<Edge, double> EdgeWeight; typedef
/external/ceres-solver/internal/ceres/
Dgraph.h127 double EdgeWeight(const Vertex& vertex1, const Vertex& vertex2) const { in EdgeWeight() function