Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp840 unsigned LatchExitWeight = 0; in setLoopEstimatedTripCount() local
844 LatchExitWeight = EstimatedloopInvocationWeight; in setLoopEstimatedTripCount()
845 BackedgeTakenWeight = (EstimatedTripCount - 1) * LatchExitWeight; in setLoopEstimatedTripCount()
850 std::swap(BackedgeTakenWeight, LatchExitWeight); in setLoopEstimatedTripCount()
857 MDB.createBranchWeights(BackedgeTakenWeight, LatchExitWeight)); in setLoopEstimatedTripCount()