reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1190 TotalWeight += visitEdge(E, &NumUnknownEdges, &UnknownEdge); 1202 TotalWeight += visitEdge(E, &NumUnknownEdges, &UnknownEdge); 1239 if (TotalWeight > BBWeight) { 1240 BBWeight = TotalWeight; 1256 if (BBWeight >= TotalWeight) 1257 EdgeWeights[UnknownEdge] = BBWeight - TotalWeight; 1292 if (BBWeight >= TotalWeight) 1293 EdgeWeights[SelfReferentialEdge] = BBWeight - TotalWeight; 1301 if (UpdateBlockCount && !VisitedBlocks.count(EC) && TotalWeight > 0) { 1302 BlockWeights[EC] = TotalWeight;