Searched refs:SwitchPeelThreshold (Results 1 – 1 of 1) sorted by relevance
135 static cl::opt<unsigned> SwitchPeelThreshold( variable12260 if (SwitchPeelThreshold > 100 || !FuncInfo.BPI || Clusters.size() < 2 || in peelDominantCaseCluster()12265 BranchProbability TopCaseProb = BranchProbability(SwitchPeelThreshold, 100); in peelDominantCaseCluster()