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