Searched refs:BBFWeight (Results 1 – 1 of 1) sorted by relevance
7433 uint64_t BBTWeight, BBFWeight; in mergeNestedCondBranch() local7434 if (extractBranchWeights(*BI, BBTWeight, BBFWeight)) in mergeNestedCondBranch()7437 BBTWeight = BBFWeight = 1; in mergeNestedCondBranch()7449 uint64_t Weights[2] = {BBTWeight * BB1FWeight + BBFWeight * BB2TWeight, in mergeNestedCondBranch()7450 BBTWeight * BB1TWeight + BBFWeight * BB2FWeight}; in mergeNestedCondBranch()