Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDCFGPrinter.h240 unsigned SuccNo = I.getSuccessorIndex();
268 unsigned OpNo = I.getSuccessorIndex();
309 OpNo = I.getSuccessorIndex() + 1;
HDSparsePropagation.h367 Succs[Case.getSuccessorIndex()] = true; in getFeasibleSuccessors()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDCFG.h199 int getSuccessorIndex() const { return Idx; } in getSuccessorIndex() function
HDInstructions.h3124 return SI->getSuccessor(getSuccessorIndex());
3131 unsigned getSuccessorIndex() const {
3163 SI->setSuccessor(getSuccessorIndex(), S);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
HDCalledOnceCheck.cpp558 unsigned SuccessorIndex = getSuccessorIndex(Parent, SuccInQuestion); in VisitBranchingBlock()
578 static unsigned getSuccessorIndex(const CFGBlock *Parent, in getSuccessorIndex() function in __anon38afe86e0111::NotCalledClarifier
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDBranchProbabilityInfo.cpp1112 return getEdgeProbability(Src, Dst.getSuccessorIndex()); in getEdgeProbability()
1126 Prob += Probs.find(std::make_pair(Src, I.getSuccessorIndex()))->second; in getEdgeProbability()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDSCCPSolver.cpp1103 Succs[SI->findCaseValue(CI)->getSuccessorIndex()] = true; in getFeasibleSuccessors()
1115 Succs[Case.getSuccessorIndex()] = true; in getFeasibleSuccessors()
1120 Succs[SI->case_default()->getSuccessorIndex()] = in getFeasibleSuccessors()
HDSimplifyCFG.cpp4718 (uint32_t)Weights[SI->findCaseValue(TrueVal)->getSuccessorIndex()]; in SimplifySwitchOnSelect()
4720 (uint32_t)Weights[SI->findCaseValue(FalseVal)->getSuccessorIndex()]; in SimplifySwitchOnSelect()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDSimpleLoopUnswitch.cpp837 auto W = SIW.getSuccessorWeight(CaseI->getSuccessorIndex()); in unswitchTrivialSwitch()
946 SIW.getSuccessorWeight(Case.getSuccessorIndex())); in unswitchTrivialSwitch()
951 auto W = SIW.getSuccessorWeight(Case.getSuccessorIndex()); in unswitchTrivialSwitch()
995 0, SIW.getSuccessorWeight(LastCaseI->getSuccessorIndex())); in unswitchTrivialSwitch()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDIRTranslator.cpp703 BPI ? BPI->getEdgeProbability(SI.getParent(), I.getSuccessorIndex()) in translateSwitch()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGBuilder.cpp12316 BPI ? BPI->getEdgeProbability(SI.getParent(), I.getSuccessorIndex()) in visitSwitch()