Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DMaximumSpanningTree.h40 struct EdgeWeightCompare { struct
41 static bool getBlockSize(const T *X) { in getBlockSize()
46 bool operator()(EdgeWeight X, EdgeWeight Y) const { in operator()
/external/llvm/lib/Transforms/Instrumentation/
DMaximumSpanningTree.h40 struct EdgeWeightCompare { struct
41 static bool getBlockSize(const T *X) { in getBlockSize()
46 bool operator()(EdgeWeight X, EdgeWeight Y) const { in operator()
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DMaximumSpanningTree.h32 struct EdgeWeightCompare { struct
33 bool operator()(typename MaximumSpanningTree<CT>::EdgeWeight X, in operator()