reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1233 uint64_t &BBWeight = BlockWeights[EC]; 1235 if (!VisitedBlocks.count(EC)) { 1247 EdgeWeights[SingleEdge] < BlockWeights[EC]) { 1250 EdgeWeights[SingleEdge] = BlockWeights[EC]; 1253 } else if (NumUnknownEdges == 1 && VisitedBlocks.count(EC)) { 1274 } else if (VisitedBlocks.count(EC) && BlockWeights[EC] == 0) { 1274 } else if (VisitedBlocks.count(EC) && BlockWeights[EC] == 0) { 1289 } else if (SelfReferentialEdge.first && VisitedBlocks.count(EC)) { 1301 if (UpdateBlockCount && !VisitedBlocks.count(EC) && TotalWeight > 0) { 1302 BlockWeights[EC] = TotalWeight; 1303 VisitedBlocks.insert(EC);