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