Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp119 static cl::opt<int> MinPercentageForPredictableBranch( variable
1567 return BranchProbability(MinPercentageForPredictableBranch, 100); in getPredictableBranchThreshold()
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp52 static cl::opt<int> MinPercentageForPredictableBranch( variable
1646 return BranchProbability(MinPercentageForPredictableBranch, 100); in getPredictableBranchThreshold()