Searched refs:TWeight (Results 1 – 1 of 1) sorted by relevance
3027 uint64_t TWeight, FWeight; in SpeculativelyExecuteBB() local3028 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() local3515 if (extractBranchWeights(*DomBI, TWeight, FWeight) && in FoldTwoEntryPHINode()3516 (TWeight + FWeight) != 0) { in FoldTwoEntryPHINode()3518 BranchProbability::getBranchProbability(TWeight, TWeight + FWeight); in FoldTwoEntryPHINode()