Searched refs:PTWeight (Results 1 – 1 of 1) sorted by relevance
3543 uint64_t PTWeight, PFWeight; in shouldFoldCondBranchesToCommonDestination() local3546 extractBranchWeights(*PBI, PTWeight, PFWeight) && in shouldFoldCondBranchesToCommonDestination()3547 (PTWeight + PFWeight) != 0) { in shouldFoldCondBranchesToCommonDestination()3549 BranchProbability::getBranchProbability(PTWeight, PTWeight + PFWeight); in shouldFoldCondBranchesToCommonDestination()