Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineBranchProbabilityInfo.cpp33 cl::opt<unsigned> ProfileLikelyProb( variable
H A DMachineBlockPlacement.cpp209 extern cl::opt<unsigned> ProfileLikelyProb;
1385 return BranchProbability(2 * ProfileLikelyProb, 150); in getLayoutSuccessorProbThreshold()
1388 return BranchProbability(ProfileLikelyProb, 100); in getLayoutSuccessorProbThreshold()