Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp878 unsigned BackedgeTakenWeight = 0; in setLoopEstimatedTripCount() local
882 BackedgeTakenWeight = (EstimatedTripCount - 1) * LatchExitWeight; in setLoopEstimatedTripCount()
887 std::swap(BackedgeTakenWeight, LatchExitWeight); in setLoopEstimatedTripCount()
894 MDB.createBranchWeights(BackedgeTakenWeight, LatchExitWeight)); in setLoopEstimatedTripCount()