Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4475 uint64_t PredCommon, PredOther, SuccCommon, SuccOther; in SimplifyCondBranchToCondBranch() local
4483 SuccOther = BIOp ? SuccTrueWeight : SuccFalseWeight; in SimplifyCondBranchToCondBranch()
4487 uint64_t NewWeights[2] = {PredCommon * (SuccCommon + SuccOther) + in SimplifyCondBranchToCondBranch()
4489 PredOther * SuccOther}; in SimplifyCondBranchToCondBranch()
4521 uint64_t SuccOther = BIOp ? SuccTrueWeight : SuccFalseWeight; in SimplifyCondBranchToCondBranch() local
4524 uint64_t NewWeights[2] = {PredCommon * (SuccCommon + SuccOther), in SimplifyCondBranchToCondBranch()