Searched refs:SuccCommon (Results 1 – 1 of 1) sorted by relevance
4693 uint64_t PredCommon, PredOther, SuccCommon, SuccOther; in SimplifyCondBranchToCondBranch() local4700 SuccCommon = BIOp ? SuccFalseWeight : SuccTrueWeight; in SimplifyCondBranchToCondBranch()4705 uint64_t NewWeights[2] = {PredCommon * (SuccCommon + SuccOther) + in SimplifyCondBranchToCondBranch()4706 PredOther * SuccCommon, in SimplifyCondBranchToCondBranch()4738 uint64_t SuccCommon = BIOp ? SuccFalseWeight : SuccTrueWeight; in SimplifyCondBranchToCondBranch() local4742 uint64_t NewWeights[2] = {PredCommon * (SuccCommon + SuccOther), in SimplifyCondBranchToCondBranch()4743 PredOther * SuccCommon}; in SimplifyCondBranchToCondBranch()