Home
last modified time | relevance | path

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

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