Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3658 uint64_t PTWeight, PFWeight; in shouldFoldCondBranchesToCommonDestination() local
3661 extractBranchWeights(*PBI, PTWeight, PFWeight) && in shouldFoldCondBranchesToCommonDestination()
3662 (PTWeight + PFWeight) != 0) { in shouldFoldCondBranchesToCommonDestination()
3664 BranchProbability::getBranchProbability(PTWeight, PTWeight + PFWeight); in shouldFoldCondBranchesToCommonDestination()