Searched refs:SuccOther (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3488 uint64_t PredCommon, PredOther, SuccCommon, SuccOther; local
3496 SuccOther = BIOp ? SuccTrueWeight : SuccFalseWeight;
3499 // The weight to OtherDest should be PredOther * SuccOther.
3500 uint64_t NewWeights[2] = {PredCommon * (SuccCommon + SuccOther) +
3502 PredOther * SuccOther};
3534 uint64_t SuccOther = BIOp ? SuccTrueWeight : SuccFalseWeight; local
3537 uint64_t NewWeights[2] = {PredCommon * (SuccCommon + SuccOther),

Completed in 75 milliseconds