Searched refs:TotalWeight (Results 1 – 1 of 1) sorted by relevance
861 uint64_t TotalWeight = 0; in propagateThroughEdges() local869 TotalWeight += visitEdge(E, &NumUnknownEdges, &UnknownEdge); in propagateThroughEdges()877 TotalWeight += visitEdge(E, &NumUnknownEdges, &UnknownEdge); in propagateThroughEdges()910 if (TotalWeight > BBWeight) { in propagateThroughEdges()911 BBWeight = TotalWeight; in propagateThroughEdges()922 if (BBWeight >= TotalWeight) in propagateThroughEdges()923 EdgeWeights[UnknownEdge] = BBWeight - TotalWeight; in propagateThroughEdges()934 if (BBWeight >= TotalWeight) in propagateThroughEdges()935 EdgeWeights[SelfReferentialEdge] = BBWeight - TotalWeight; in propagateThroughEdges()