Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4543 uint64_t PredCommon, PredOther, SuccCommon, SuccOther; in SimplifyCondBranchToCondBranch() local
4550 SuccCommon = BIOp ? SuccFalseWeight : SuccTrueWeight; in SimplifyCondBranchToCondBranch()
4555 uint64_t NewWeights[2] = {PredCommon * (SuccCommon + SuccOther) + in SimplifyCondBranchToCondBranch()
4556 PredOther * SuccCommon, in SimplifyCondBranchToCondBranch()
4588 uint64_t SuccCommon = BIOp ? SuccFalseWeight : SuccTrueWeight; in SimplifyCondBranchToCondBranch() local
4592 uint64_t NewWeights[2] = {PredCommon * (SuccCommon + SuccOther), in SimplifyCondBranchToCondBranch()
4593 PredOther * SuccCommon}; in SimplifyCondBranchToCondBranch()