Home | History | Annotate | Download | only in IPO

Lines Matching full:bbweight

866         uint64_t &BBWeight = BlockWeights[EC];
872 if (TotalWeight > BBWeight) {
873 BBWeight = TotalWeight;
889 if (BBWeight >= TotalWeight)
890 EdgeWeights[UnknownEdge] = BBWeight - TotalWeight;
899 uint64_t &BBWeight = BlockWeights[BB];
901 if (BBWeight >= TotalWeight)
902 EdgeWeights[SelfReferentialEdge] = BBWeight - TotalWeight;