Searched refs:BBWeight (Results 1 – 1 of 1) sorted by relevance
488 unsigned &BBWeight = BlockWeights[BB]; in propagateThroughEdges() local493 if (TotalWeight > BBWeight) { in propagateThroughEdges()494 BBWeight = TotalWeight; in propagateThroughEdges()505 if (BBWeight >= TotalWeight) in propagateThroughEdges()506 EdgeWeights[UnknownEdge] = BBWeight - TotalWeight; in propagateThroughEdges()515 unsigned &BBWeight = BlockWeights[BB]; in propagateThroughEdges() local517 if (BBWeight >= TotalWeight) in propagateThroughEdges()518 EdgeWeights[SelfReferentialEdge] = BBWeight - TotalWeight; in propagateThroughEdges()