Searched refs:ColdProbThresh (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | HotColdSplitting.cpp | 113 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 D | HotColdSplitting.h | 48 bool isBasicBlockCold(BasicBlock *BB, BranchProbability ColdProbThresh,
|