Searched refs:getSuccessorIndex (Results 1 - 11 of 11) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCFGPrinter.h243 unsigned SuccNo = I.getSuccessorIndex();
272 unsigned OpNo = I.getSuccessorIndex();
313 OpNo = I.getSuccessorIndex() + 1;
H A DSparsePropagation.h367 Succs[Case.getSuccessorIndex()] = true;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DCFG.h199 int getSuccessorIndex() const { return Idx; } function in class:llvm::SuccIterator
H A DInstructions.h3374 return SI->getSuccessor(getSuccessorIndex());
3381 unsigned getSuccessorIndex() const { function in class:llvm::CallInst::SwitchInst::CaseHandleImpl
3413 SI->setSuccessor(getSuccessorIndex(), S);
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp558 unsigned SuccessorIndex = getSuccessorIndex(Parent, SuccInQuestion);
578 static unsigned getSuccessorIndex(const CFGBlock *Parent,
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp1112 return getEdgeProbability(Src, Dst.getSuccessorIndex());
1126 Prob += Probs.find(std::make_pair(Src, I.getSuccessorIndex()))->second;
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp1059 Succs[SI->findCaseValue(CI)->getSuccessorIndex()] = true;
1071 Succs[Case.getSuccessorIndex()] = true;
1076 Succs[SI->case_default()->getSuccessorIndex()] =
H A DSimplifyCFG.cpp4649 (uint32_t)Weights[SI->findCaseValue(TrueVal)->getSuccessorIndex()];
4651 (uint32_t)Weights[SI->findCaseValue(FalseVal)->getSuccessorIndex()];
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp832 auto W = SIW.getSuccessorWeight(CaseI->getSuccessorIndex());
938 SIW.getSuccessorWeight(Case.getSuccessorIndex()));
943 auto W = SIW.getSuccessorWeight(Case.getSuccessorIndex());
986 0, SIW.getSuccessorWeight(LastCaseI->getSuccessorIndex()));
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp705 BPI ? BPI->getEdgeProbability(SI.getParent(), I.getSuccessorIndex())
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp11806 BPI ? BPI->getEdgeProbability(SI.getParent(), I.getSuccessorIndex())

Completed in 233 milliseconds