Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp2842 uint64_t SuccOther = BIOp ? SuccTrueWeight : SuccFalseWeight; in SimplifyCondBranchToCondBranch() local
2846 uint64_t NewWeights[2] = {PredCommon * (SuccCommon + SuccOther) + in SimplifyCondBranchToCondBranch()
2848 PredOther * SuccOther}; in SimplifyCondBranchToCondBranch()