Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp940 NewSIW.setSuccessorWeight(0, DefaultCaseWeight); in unswitchTrivialSwitch()
956 NewSIW.setSuccessorWeight(0, SW); in unswitchTrivialSwitch()
994 SIW.setSuccessorWeight( in unswitchTrivialSwitch()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4856 SIW.setSuccessorWeight(0, *NewW); in tryToSimplifyUncondBranchWithICmpInIt()
5716 SIW.setSuccessorWeight(0, 0); in eliminateDeadSwitchCases()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h3425 void setSuccessorWeight(unsigned idx, CaseWeightOpt W);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp4074 void SwitchInstProfUpdateWrapper::setSuccessorWeight( in setSuccessorWeight() function in SwitchInstProfUpdateWrapper