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.cpp945 NewSIW.setSuccessorWeight(0, DefaultCaseWeight); in unswitchTrivialSwitch()
961 NewSIW.setSuccessorWeight(0, SW); in unswitchTrivialSwitch()
999 SIW.setSuccessorWeight( in unswitchTrivialSwitch()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5006 SIW.setSuccessorWeight(0, *NewW); in tryToSimplifyUncondBranchWithICmpInIt()
5865 SIW.setSuccessorWeight(0, 0); in eliminateDeadSwitchCases()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h3568 LLVM_ABI void setSuccessorWeight(unsigned idx, CaseWeightOpt W);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp4204 void SwitchInstProfUpdateWrapper::setSuccessorWeight( in setSuccessorWeight() function in SwitchInstProfUpdateWrapper