Searched refs:SuccCommon (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 2929 uint64_t PredCommon, PredOther, SuccCommon, SuccOther; in SimplifyCondBranchToCondBranch() local 2936 SuccCommon = BIOp ? SuccFalseWeight : SuccTrueWeight; in SimplifyCondBranchToCondBranch() 2941 uint64_t NewWeights[2] = {PredCommon * (SuccCommon + SuccOther) + in SimplifyCondBranchToCondBranch() 2942 PredOther * SuccCommon, in SimplifyCondBranchToCondBranch() 2978 uint64_t SuccCommon = BIOp ? SuccFalseWeight : SuccTrueWeight; in SimplifyCondBranchToCondBranch() local 2982 uint64_t NewWeights[2] = {PredCommon * (SuccCommon + SuccOther), in SimplifyCondBranchToCondBranch() 2983 PredOther * SuccCommon}; in SimplifyCondBranchToCondBranch()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 3333 uint64_t PredCommon, PredOther, SuccCommon, SuccOther; in SimplifyCondBranchToCondBranch() local 3340 SuccCommon = BIOp ? SuccFalseWeight : SuccTrueWeight; in SimplifyCondBranchToCondBranch() 3345 uint64_t NewWeights[2] = {PredCommon * (SuccCommon + SuccOther) + in SimplifyCondBranchToCondBranch() 3346 PredOther * SuccCommon, in SimplifyCondBranchToCondBranch() 3378 uint64_t SuccCommon = BIOp ? SuccFalseWeight : SuccTrueWeight; in SimplifyCondBranchToCondBranch() local 3382 uint64_t NewWeights[2] = {PredCommon * (SuccCommon + SuccOther), in SimplifyCondBranchToCondBranch() 3383 PredOther * SuccCommon}; in SimplifyCondBranchToCondBranch()
|