Searched refs:EdgeWeight (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ProfileVerifierPass.cpp | 105 double EdgeWeight = PI->getEdgeWeight(E); in printDebugInfo() local 106 if (EdgeWeight == ProfileInfoT<FType, BType>::MissingValue) { EdgeWeight = 0; } in printDebugInfo() 108 << format("%20.20g",EdgeWeight) << "\n"; in printDebugInfo() 109 inWeight += EdgeWeight; in printDebugInfo() 120 double EdgeWeight = PI->getEdgeWeight(E); in printDebugInfo() local 121 if (EdgeWeight == ProfileInfoT<FType, BType>::MissingValue) { EdgeWeight = 0; } in printDebugInfo() 123 << format("%20.20g",EdgeWeight) << "\n"; in printDebugInfo() 124 outWeight += EdgeWeight; in printDebugInfo() 201 double EdgeWeight = PI->getEdgeWeight(E); in ReadOrAssert() local 202 if (EdgeWeight == ProfileInfoT<FType, BType>::MissingValue) { in ReadOrAssert() [all …]
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | MaximumSpanningTree.h | 31 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/lib/Transforms/Instrumentation/ |
D | MaximumSpanningTree.h | 33 bool operator()(typename MaximumSpanningTree<CT>::EdgeWeight X, in operator() 34 typename MaximumSpanningTree<CT>::EdgeWeight Y) const { in operator() 55 typedef std::pair<Edge, double> EdgeWeight; typedef 56 typedef std::vector<EdgeWeight> EdgeWeights;
|
D | OptimalEdgeProfiling.cpp | 141 std::vector<ProfileInfo::EdgeWeight> EdgeVector(ECs.begin(), ECs.end()); in runOnModule()
|
/external/llvm/include/llvm/Support/ |
D | GCOV.h | 298 struct EdgeWeight { struct 299 EdgeWeight(GCOVBlock *D) : Dst(D), Count(0) {} in EdgeWeight() argument
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | ProfileInfo.h | 58 typedef std::pair<Edge, double> EdgeWeight; typedef
|