Searched refs:BBWeight (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DSampleProfile.cpp812 unsigned &BBWeight = BlockWeights[BB]; local
817 if (TotalWeight > BBWeight) {
818 BBWeight = TotalWeight;
829 if (BBWeight >= TotalWeight)
830 EdgeWeights[UnknownEdge] = BBWeight - TotalWeight;
839 unsigned &BBWeight = BlockWeights[BB]; local
841 if (BBWeight >= TotalWeight)
842 EdgeWeights[SelfReferentialEdge] = BBWeight - TotalWeight;

Completed in 161 milliseconds