Home
last modified time | relevance | path

Searched refs:SwitchPeelThreshold (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp128 static cl::opt<unsigned> SwitchPeelThreshold( variable
11393 if (SwitchPeelThreshold > 100 || !FuncInfo.BPI || Clusters.size() < 2 || in peelDominantCaseCluster()
11398 BranchProbability TopCaseProb = BranchProbability(SwitchPeelThreshold, 100); in peelDominantCaseCluster()