Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4784 SwitchInstProfUpdateWrapper::CaseWeightOpt NewW; in tryToSimplifyUncondBranchWithICmpInIt() local
4786 NewW = ((uint64_t(*W0) + 1) >> 1); in tryToSimplifyUncondBranchWithICmpInIt()
4787 SIW.setSuccessorWeight(0, *NewW); in tryToSimplifyUncondBranchWithICmpInIt()
4789 SIW.addCase(Cst, NewBB, NewW); in tryToSimplifyUncondBranchWithICmpInIt()