Searched refs:BBWeight (Results 1 – 2 of 2) sorted by relevance
103 uint64_t BBWeight = in buildEdges() local110 uint64_t scaleFactor = BBWeight; in buildEdges()124 addEdge(&*BB, nullptr, BBWeight); in buildEdges()126 << " w = " << BBWeight << "\n"); in buildEdges()
905 uint64_t &BBWeight = BlockWeights[EC]; in propagateThroughEdges() local910 if (TotalWeight > BBWeight) { in propagateThroughEdges()911 BBWeight = TotalWeight; in propagateThroughEdges()922 if (BBWeight >= TotalWeight) in propagateThroughEdges()923 EdgeWeights[UnknownEdge] = BBWeight - TotalWeight; in propagateThroughEdges()932 uint64_t &BBWeight = BlockWeights[BB]; in propagateThroughEdges() local934 if (BBWeight >= TotalWeight) in propagateThroughEdges()935 EdgeWeights[SelfReferentialEdge] = BBWeight - TotalWeight; in propagateThroughEdges()