Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DSampleProfile.cpp488 unsigned &BBWeight = BlockWeights[BB]; in propagateThroughEdges() local
493 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() local
517 if (BBWeight >= TotalWeight) in propagateThroughEdges()
518 EdgeWeights[SelfReferentialEdge] = BBWeight - TotalWeight; in propagateThroughEdges()