Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineBranchProbabilityInfo.cpp28 StaticLikelyProb("static-likely-prob", variable
65 BranchProbability HotProb(StaticLikelyProb, 100); in isEdgeHot()
H A DMachineBlockPlacement.cpp208 extern cl::opt<unsigned> StaticLikelyProb;
1370 return BranchProbability(StaticLikelyProb, 100); in getLayoutSuccessorProbThreshold()
1583 const BranchProbability HotProb(StaticLikelyProb, 100); in selectBestSuccessor()