Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
DGCOV.h310 struct EdgeWeight { struct
311 EdgeWeight(GCOVBlock *D) : Dst(D) {} in EdgeWeight() function
313 GCOVBlock *Dst;
314 uint64_t Count = 0;
/external/llvm/include/llvm/Support/
DGCOV.h298 struct EdgeWeight { struct
299 EdgeWeight(GCOVBlock *D) : Dst(D), Count(0) {} in EdgeWeight() function
301 GCOVBlock *Dst;
302 uint64_t Count;
/external/swiftshader/third_party/LLVM/lib/Analysis/
DProfileVerifierPass.cpp105 double EdgeWeight = PI->getEdgeWeight(E); in printDebugInfo() local
120 double EdgeWeight = PI->getEdgeWeight(E); in printDebugInfo() local
201 double EdgeWeight = PI->getEdgeWeight(E); in ReadOrAssert() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DMaximumSpanningTree.h55 typedef std::pair<Edge, double> EdgeWeight; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DMaximumSpanningTree.h31 typedef std::pair<Edge, double> EdgeWeight; typedef
/external/llvm/lib/Transforms/Instrumentation/
DMaximumSpanningTree.h31 typedef std::pair<Edge, double> EdgeWeight; typedef
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DProfileInfo.h58 typedef std::pair<Edge, double> EdgeWeight; typedef