Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3543 uint64_t PTWeight, PFWeight; in shouldFoldCondBranchesToCommonDestination() local
3546 extractBranchWeights(*PBI, PTWeight, PFWeight) && in shouldFoldCondBranchesToCommonDestination()
3547 (PTWeight + PFWeight) != 0) { in shouldFoldCondBranchesToCommonDestination()
3549 BranchProbability::getBranchProbability(PTWeight, PTWeight + PFWeight); in shouldFoldCondBranchesToCommonDestination()