Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp112 BranchProbability ColdProbThresh, in analyzeProfMetadata() argument
130 if (TrueProb <= ColdProbThresh) in analyzeProfMetadata()
133 if (FalseProb <= ColdProbThresh) in analyzeProfMetadata()
219 BranchProbability ColdProbThresh, in isBasicBlockCold() argument
232 analyzeProfMetadata(BB, ColdProbThresh, AnnotatedColdBlocks); in isBasicBlockCold()
653 auto ColdProbThresh = TTI.getPredictableBranchThreshold().getCompl(); in outlineColdRegions() local
656 ColdProbThresh = BranchProbability(1, ColdBranchProbDenom.getValue()); in outlineColdRegions()
660 if (!isBasicBlockCold(BB, ColdProbThresh, ColdBlocks, AnnotatedColdBlocks, in outlineColdRegions()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DHotColdSplitting.h47 BranchProbability ColdProbThresh,