Searched refs:BBSuccFreq (Results 1 – 1 of 1) sorted by relevance
1640 SmallVector<uint64_t, 4> BBSuccFreq; in UpdateBlockFreqAndEdgeWeight() local1645 BBSuccFreq.push_back(SuccFreq.getFrequency()); in UpdateBlockFreqAndEdgeWeight()1649 BranchProbability::normalizeEdgeWeights(BBSuccFreq.begin(), BBSuccFreq.end()); in UpdateBlockFreqAndEdgeWeight()1652 for (auto Freq : BBSuccFreq) in UpdateBlockFreqAndEdgeWeight()