Home
last modified time | relevance | path

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

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