Searched refs:FWeight (Results 1 – 5 of 5) sorted by relevance
1445 U32 const FWeight = (newStat << fp_accuracy) >> hb; in ZSTD_fWeight() local1446 U32 const weight = BWeight + FWeight; in ZSTD_fWeight()
62 U32 const FWeight = (stat << BITCOST_ACCURACY) >> hb; in ZSTD_fracWeight() local63 U32 const weight = BWeight + FWeight; in ZSTD_fracWeight()
1444 U32 const FWeight = (newStat << fp_accuracy) >> hb; in ZSTD_fWeight() local1445 U32 const weight = BWeight + FWeight; in ZSTD_fWeight()
61 U32 const FWeight = (stat << BITCOST_ACCURACY) >> hb; in ZSTD_fracWeight() local62 U32 const weight = BWeight + FWeight; in ZSTD_fracWeight()
3112 uint64_t TWeight, FWeight; in isProfitableToSpeculate() local3113 if (!extractBranchWeights(*BI, TWeight, FWeight) || (TWeight + FWeight) == 0) in isProfitableToSpeculate()3119 uint64_t EndWeight = *Invert ? TWeight : FWeight; in isProfitableToSpeculate()3121 BranchProbability::getBranchProbability(EndWeight, TWeight + FWeight); in isProfitableToSpeculate()3670 uint64_t TWeight, FWeight; in foldTwoEntryPHINode() local3671 if (extractBranchWeights(*DomBI, TWeight, FWeight) && in foldTwoEntryPHINode()3672 (TWeight + FWeight) != 0) { in foldTwoEntryPHINode()3674 BranchProbability::getBranchProbability(TWeight, TWeight + FWeight); in foldTwoEntryPHINode()