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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1369 const BasicBlock *OtherEC; local
1371 OtherEC = EquivalenceClass[UnknownEdge.first];
1373 OtherEC = EquivalenceClass[UnknownEdge.second];
1375 if (VisitedBlocks.count(OtherEC) &&
1376 EdgeWeights[UnknownEdge] > BlockWeights[OtherEC])
1377 EdgeWeights[UnknownEdge] = BlockWeights[OtherEC];

Completed in 55 milliseconds