Lines Matching refs:EC
689 const BasicBlock *EC = EquivalenceClass[BB1];
690 uint64_t Weight = BlockWeights[EC];
695 EquivalenceClass[BB2] = EC;
708 BlockWeights[EC] = Weight;
806 const BasicBlock *EC = EquivalenceClass[BB];
866 uint64_t &BBWeight = BlockWeights[EC];
868 if (!VisitedBlocks.count(EC)) {
880 EdgeWeights[SingleEdge] < BlockWeights[EC]) {
883 EdgeWeights[SingleEdge] = BlockWeights[EC];
886 } else if (NumUnknownEdges == 1 && VisitedBlocks.count(EC)) {
898 } else if (SelfReferentialEdge.first && VisitedBlocks.count(EC)) {
1203 if (std::error_code EC = ReaderOrErr.getError()) {
1204 std::string Msg = "Could not open profile: " + EC.message();