Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DSampleProfile.cpp861 uint64_t TotalWeight = 0; in propagateThroughEdges() local
869 TotalWeight += visitEdge(E, &NumUnknownEdges, &UnknownEdge); in propagateThroughEdges()
877 TotalWeight += visitEdge(E, &NumUnknownEdges, &UnknownEdge); in propagateThroughEdges()
910 if (TotalWeight > BBWeight) { in propagateThroughEdges()
911 BBWeight = TotalWeight; in propagateThroughEdges()
922 if (BBWeight >= TotalWeight) in propagateThroughEdges()
923 EdgeWeights[UnknownEdge] = BBWeight - TotalWeight; in propagateThroughEdges()
934 if (BBWeight >= TotalWeight) in propagateThroughEdges()
935 EdgeWeights[SelfReferentialEdge] = BBWeight - TotalWeight; in propagateThroughEdges()