Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineBranchProbabilityInfo.cpp33 cl::opt<unsigned> ProfileLikelyProb( variable
H A DMachineBlockPlacement.cpp186 extern cl::opt<unsigned> ProfileLikelyProb;
1262 return BranchProbability(2 * ProfileLikelyProb, 150); in getLayoutSuccessorProbThreshold()
1265 return BranchProbability(ProfileLikelyProb, 100); in getLayoutSuccessorProbThreshold()