Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp138 static cl::opt<unsigned> SwitchPeelThreshold( variable
10158 if (SwitchPeelThreshold > 100 || !FuncInfo.BPI || Clusters.size() < 2 || in peelDominantCaseCluster()
10163 BranchProbability TopCaseProb = BranchProbability(SwitchPeelThreshold, 100); in peelDominantCaseCluster()