Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp1640 SmallVector<uint64_t, 4> BBSuccFreq; in UpdateBlockFreqAndEdgeWeight() local
1645 BBSuccFreq.push_back(SuccFreq.getFrequency()); in UpdateBlockFreqAndEdgeWeight()
1649 BranchProbability::normalizeEdgeWeights(BBSuccFreq.begin(), BBSuccFreq.end()); in UpdateBlockFreqAndEdgeWeight()
1652 for (auto Freq : BBSuccFreq) in UpdateBlockFreqAndEdgeWeight()