Searched refs:EdgeWeights (Results 1 – 6 of 6) sorted by relevance
250 BlockWeightMap &BlockWeights, EdgeWeightMap &EdgeWeights);276 EdgeWeightMap EdgeWeights;340 EdgeWeights.clear();362 << "]: " << EdgeWeights[E] << "\n";711 return EdgeWeights[E];810 EdgeWeights[SingleEdge] < BlockWeights[EC]) {813 EdgeWeights[SingleEdge] = BlockWeights[EC];820 EdgeWeights[UnknownEdge] = BBWeight - TotalWeight;822 EdgeWeights[UnknownEdge] = 0;830 EdgeWeights[UnknownEdge] > BlockWeights[OtherEC])[all …]
135 void apply(BlockWeightMap &BlockWeights, EdgeWeightMap &EdgeWeights);164 EdgeWeightMap &EdgeWeights) { in apply() argument195 EdgeWeights.clear(); in apply()223 EdgeWeights[E] = Jump.Flow; in apply()232 for (auto &I : EdgeWeights) { in apply()
70 bool EdgeWeights; variable102 void setEdgeWeights(bool EdgeWeights) { this->EdgeWeights = EdgeWeights; } in setEdgeWeights() argument104 bool showEdgeWeights() { return EdgeWeights; } in showEdgeWeights()
217 SumEdgeWeight += EdgeWeights[E]; in setBranchProbs()247 uint64_t EdgeWeight = EdgeWeights[E]; in setBranchProbs()
98 EdgeWeights = !!BPI; // Print EdgeWeights when BPI is available. in DOTFuncInfo()
1716 uint64_t Weight = EdgeWeights[E]; in generateMDProfMetadata()