Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DCFGMST.h103 uint64_t BBWeight = in buildEdges() local
110 uint64_t scaleFactor = BBWeight; in buildEdges()
124 addEdge(&*BB, nullptr, BBWeight); in buildEdges()
126 << " w = " << BBWeight << "\n"); in buildEdges()
/external/llvm/lib/Transforms/IPO/
DSampleProfile.cpp905 uint64_t &BBWeight = BlockWeights[EC]; in propagateThroughEdges() local
910 if (TotalWeight > BBWeight) { in propagateThroughEdges()
911 BBWeight = TotalWeight; in propagateThroughEdges()
922 if (BBWeight >= TotalWeight) in propagateThroughEdges()
923 EdgeWeights[UnknownEdge] = BBWeight - TotalWeight; in propagateThroughEdges()
932 uint64_t &BBWeight = BlockWeights[BB]; in propagateThroughEdges() local
934 if (BBWeight >= TotalWeight) in propagateThroughEdges()
935 EdgeWeights[SelfReferentialEdge] = BBWeight - TotalWeight; in propagateThroughEdges()