Searched refs:LatchExitWeight (Results 1 – 1 of 1) sorted by relevance
869 unsigned LatchExitWeight = 0; in setLoopEstimatedTripCount() local873 LatchExitWeight = EstimatedloopInvocationWeight; in setLoopEstimatedTripCount()874 BackedgeTakenWeight = (EstimatedTripCount - 1) * LatchExitWeight; in setLoopEstimatedTripCount()879 std::swap(BackedgeTakenWeight, LatchExitWeight); in setLoopEstimatedTripCount()886 MDB.createBranchWeights(BackedgeTakenWeight, LatchExitWeight)); in setLoopEstimatedTripCount()