Searched refs:ProfileLikelyProb (Results 1 – 2 of 2) sorted by relevance
33 cl::opt<unsigned> ProfileLikelyProb( variable
209 extern cl::opt<unsigned> ProfileLikelyProb;1385 return BranchProbability(2 * ProfileLikelyProb, 150); in getLayoutSuccessorProbThreshold()1388 return BranchProbability(ProfileLikelyProb, 100); in getLayoutSuccessorProbThreshold()