Searched refs:ProfileLikelyProb (Results 1 – 2 of 2) sorted by relevance
35 cl::opt<unsigned> ProfileLikelyProb( variable
198 extern cl::opt<unsigned> ProfileLikelyProb;1365 return BranchProbability(2 * ProfileLikelyProb, 150); in getLayoutSuccessorProbThreshold()1368 return BranchProbability(ProfileLikelyProb, 100); in getLayoutSuccessorProbThreshold()