Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBranchProbabilityInfo.cpp33 cl::opt<unsigned> ProfileLikelyProb( variable
H A DMachineBlockPlacement.cpp220 extern cl::opt<unsigned> ProfileLikelyProb;
1396 return BranchProbability(2 * ProfileLikelyProb, 150); in getLayoutSuccessorProbThreshold()
1399 return BranchProbability(ProfileLikelyProb, 100); in getLayoutSuccessorProbThreshold()