Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp113 BranchProbability ColdProbThresh, in analyzeProfMetadata() argument
131 if (TrueProb <= ColdProbThresh) in analyzeProfMetadata()
134 if (FalseProb <= ColdProbThresh) in analyzeProfMetadata()
234 BasicBlock *BB, BranchProbability ColdProbThresh, in isBasicBlockCold() argument
242 analyzeProfMetadata(BB, ColdProbThresh, AnnotatedColdBlocks); in isBasicBlockCold()
673 auto ColdProbThresh = TTI.getPredictableBranchThreshold().getCompl(); in outlineColdRegions() local
676 ColdProbThresh = BranchProbability(1, ColdBranchProbDenom.getValue()); in outlineColdRegions()
689 if (!isBasicBlockCold(BB, ColdProbThresh, AnnotatedColdBlocks, BFI)) in outlineColdRegions()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DHotColdSplitting.h48 bool isBasicBlockCold(BasicBlock *BB, BranchProbability ColdProbThresh,