Searched refs:LatchExitWeight (Results 1 – 1 of 1) sorted by relevance
877 unsigned LatchExitWeight = 0; in setLoopEstimatedTripCount() local881 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()