Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineBranchProbabilityInfo.cpp30 StaticLikelyProb("static-likely-prob", variable
67 BranchProbability HotProb(StaticLikelyProb, 100); in isEdgeHot()
84 BranchProbability HotProb(StaticLikelyProb, 100); in getHotSucc()
H A DMachineBlockPlacement.cpp197 extern cl::opt<unsigned> StaticLikelyProb;
1350 return BranchProbability(StaticLikelyProb, 100); in getLayoutSuccessorProbThreshold()
1563 const BranchProbability HotProb(StaticLikelyProb, 100); in selectBestSuccessor()