Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineBranchProbabilityInfo.cpp35 cl::opt<unsigned> ProfileLikelyProb( variable
H A DMachineBlockPlacement.cpp198 extern cl::opt<unsigned> ProfileLikelyProb;
1365 return BranchProbability(2 * ProfileLikelyProb, 150); in getLayoutSuccessorProbThreshold()
1368 return BranchProbability(ProfileLikelyProb, 100); in getLayoutSuccessorProbThreshold()