Home
last modified time | relevance | path

Searched refs:FWeight (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_internal.h1011 U32 const FWeight = (newStat << fp_accuracy) >> hb; in ZSTD_fWeight() local
1012 U32 const weight = BWeight + FWeight; in ZSTD_fWeight()
H A Dzstd_opt.c51 U32 const FWeight = (stat << BITCOST_ACCURACY) >> hb; in ZSTD_fracWeight() local
52 U32 const weight = BWeight + FWeight; in ZSTD_fracWeight()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h1340 U32 const FWeight = (newStat << fp_accuracy) >> hb; in ZSTD_fWeight() local
1341 U32 const weight = BWeight + FWeight; in ZSTD_fWeight()
H A Dzstd_opt.c50 U32 const FWeight = (stat << BITCOST_ACCURACY) >> hb; in ZSTD_fracWeight() local
51 U32 const weight = BWeight + FWeight; in ZSTD_fracWeight()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3027 uint64_t TWeight, FWeight; in SpeculativelyExecuteBB() local
3028 if (extractBranchWeights(*BI, TWeight, FWeight) && in SpeculativelyExecuteBB()
3029 (TWeight + FWeight) != 0) { in SpeculativelyExecuteBB()
3030 uint64_t EndWeight = Invert ? TWeight : FWeight; in SpeculativelyExecuteBB()
3032 BranchProbability::getBranchProbability(EndWeight, TWeight + FWeight); in SpeculativelyExecuteBB()
3514 uint64_t TWeight, FWeight; in FoldTwoEntryPHINode() local
3515 if (extractBranchWeights(*DomBI, TWeight, FWeight) && in FoldTwoEntryPHINode()
3516 (TWeight + FWeight) != 0) { in FoldTwoEntryPHINode()
3518 BranchProbability::getBranchProbability(TWeight, TWeight + FWeight); in FoldTwoEntryPHINode()