Searched refs:SuccCommon (Results 1 – 1 of 1) sorted by relevance
4183 uint64_t PredCommon, PredOther, SuccCommon, SuccOther; in SimplifyCondBranchToCondBranch() local4190 SuccCommon = BIOp ? SuccFalseWeight : SuccTrueWeight; in SimplifyCondBranchToCondBranch()4195 uint64_t NewWeights[2] = {PredCommon * (SuccCommon + SuccOther) + in SimplifyCondBranchToCondBranch()4196 PredOther * SuccCommon, in SimplifyCondBranchToCondBranch()4228 uint64_t SuccCommon = BIOp ? SuccFalseWeight : SuccTrueWeight; in SimplifyCondBranchToCondBranch() local4232 uint64_t NewWeights[2] = {PredCommon * (SuccCommon + SuccOther), in SimplifyCondBranchToCondBranch()4233 PredOther * SuccCommon}; in SimplifyCondBranchToCondBranch()