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.cpp2968 uint64_t TWeight, FWeight; in SpeculativelyExecuteBB() local
2969 if (extractBranchWeights(*BI, TWeight, FWeight) && in SpeculativelyExecuteBB()
2970 (TWeight + FWeight) != 0) { in SpeculativelyExecuteBB()
2971 uint64_t EndWeight = Invert ? TWeight : FWeight; in SpeculativelyExecuteBB()
2973 BranchProbability::getBranchProbability(EndWeight, TWeight + FWeight); in SpeculativelyExecuteBB()
3450 uint64_t TWeight, FWeight; in FoldTwoEntryPHINode() local
3451 if (extractBranchWeights(*DomBI, TWeight, FWeight) && in FoldTwoEntryPHINode()
3452 (TWeight + FWeight) != 0) { in FoldTwoEntryPHINode()
3454 BranchProbability::getBranchProbability(TWeight, TWeight + FWeight); in FoldTwoEntryPHINode()