Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp787 auto LoopWeight = getMaxEstimatedEdgeWeight( in computeEestimateBlockWeight() local
790 if (LoopWeight) { in computeEestimateBlockWeight()
792 if (LoopWeight <= static_cast<uint32_t>(BlockExecWeight::UNREACHABLE)) in computeEestimateBlockWeight()
793 LoopWeight = static_cast<uint32_t>(BlockExecWeight::LOWEST_NON_ZERO); in computeEestimateBlockWeight()
796 {LoopBB.getLoopData(), LoopWeight.getValue()}); in computeEestimateBlockWeight()