Searched refs:LatchExitWeight (Results 1 – 1 of 1) sorted by relevance
876 unsigned LatchExitWeight = 0; in setLoopEstimatedTripCount() local880 LatchExitWeight = EstimatedloopInvocationWeight; in setLoopEstimatedTripCount()881 BackedgeTakenWeight = (EstimatedTripCount - 1) * LatchExitWeight; in setLoopEstimatedTripCount()886 std::swap(BackedgeTakenWeight, LatchExitWeight); in setLoopEstimatedTripCount()893 MDB.createBranchWeights(BackedgeTakenWeight, LatchExitWeight)); in setLoopEstimatedTripCount()