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.cpp112 BranchProbability ColdProbThresh, in analyzeProfMetadata() argument
130 if (TrueProb <= ColdProbThresh) in analyzeProfMetadata()
133 if (FalseProb <= ColdProbThresh) in analyzeProfMetadata()
233 BasicBlock *BB, BranchProbability ColdProbThresh, in isBasicBlockCold() argument
241 analyzeProfMetadata(BB, ColdProbThresh, AnnotatedColdBlocks); in isBasicBlockCold()
672 auto ColdProbThresh = TTI.getPredictableBranchThreshold().getCompl(); in outlineColdRegions() local
675 ColdProbThresh = BranchProbability(1, ColdBranchProbDenom.getValue()); in outlineColdRegions()
688 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,