Searched refs:LBH_UNLIKELY_WEIGHT (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp98 static const uint32_t LBH_UNLIKELY_WEIGHT = 62; variable
646 (UnlikelyEdges.empty() ? 0 : LBH_UNLIKELY_WEIGHT) +
672 BranchProbability UnlikelyProb = BranchProbability(LBH_UNLIKELY_WEIGHT,

Completed in 49 milliseconds