Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp642 SwitchInstProfUpdateWrapper::getSuccessorWeight(SI, 0); in unswitchTrivialSwitch()
683 auto W = SIW.getSuccessorWeight(CaseI->getSuccessorIndex()); in unswitchTrivialSwitch()
796 SIW.getSuccessorWeight(Case.getSuccessorIndex())); in unswitchTrivialSwitch()
801 auto W = SIW.getSuccessorWeight(Case.getSuccessorIndex()); in unswitchTrivialSwitch()
844 0, SIW.getSuccessorWeight(LastCaseI->getSuccessorIndex())); in unswitchTrivialSwitch()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstructions.h3549 CaseWeightOpt getSuccessorWeight(unsigned idx);
3551 static CaseWeightOpt getSuccessorWeight(const SwitchInst &SI, unsigned idx);
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp4191 SwitchInstProfUpdateWrapper::getSuccessorWeight(unsigned idx) { in getSuccessorWeight() function in SwitchInstProfUpdateWrapper
4215 SwitchInstProfUpdateWrapper::getSuccessorWeight(const SwitchInst &SI, in getSuccessorWeight() function in SwitchInstProfUpdateWrapper
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4162 auto W0 = SIW.getSuccessorWeight(0); in tryToSimplifyUncondBranchWithICmpInIt()