Searched refs:PTWeight (Results 1 – 1 of 1) sorted by relevance
3725 uint64_t PTWeight, PFWeight; in shouldFoldCondBranchesToCommonDestination() local3728 extractBranchWeights(*PBI, PTWeight, PFWeight) && in shouldFoldCondBranchesToCommonDestination()3729 (PTWeight + PFWeight) != 0) { in shouldFoldCondBranchesToCommonDestination()3731 BranchProbability::getBranchProbability(PTWeight, PTWeight + PFWeight); in shouldFoldCondBranchesToCommonDestination()