Home
last modified time | relevance | path

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

/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()