Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DBranchProbabilityInfo.cpp283 if (uint32_t numBackEdges = BackEdges.size()) { in calcLoopBranchHeuristics() local
284 uint32_t backWeight = LBH_TAKEN_WEIGHT / numBackEdges; in calcLoopBranchHeuristics()
/external/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp382 if (uint32_t numBackEdges = BackEdges.size()) { in calcLoopBranchHeuristics() local
383 auto Prob = Probs[0] / numBackEdges; in calcLoopBranchHeuristics()