Searched refs:getSuccessorIndex (Results 1 – 11 of 11) sorted by relevance
240 unsigned SuccNo = I.getSuccessorIndex();268 unsigned OpNo = I.getSuccessorIndex();309 OpNo = I.getSuccessorIndex() + 1;
367 Succs[Case.getSuccessorIndex()] = true; in getFeasibleSuccessors()
199 int getSuccessorIndex() const { return Idx; } in getSuccessorIndex() function
3124 return SI->getSuccessor(getSuccessorIndex());3131 unsigned getSuccessorIndex() const {3163 SI->setSuccessor(getSuccessorIndex(), S);
558 unsigned SuccessorIndex = getSuccessorIndex(Parent, SuccInQuestion); in VisitBranchingBlock()578 static unsigned getSuccessorIndex(const CFGBlock *Parent, in getSuccessorIndex() function in __anon38afe86e0111::NotCalledClarifier
1112 return getEdgeProbability(Src, Dst.getSuccessorIndex()); in getEdgeProbability()1126 Prob += Probs.find(std::make_pair(Src, I.getSuccessorIndex()))->second; in getEdgeProbability()
1103 Succs[SI->findCaseValue(CI)->getSuccessorIndex()] = true; in getFeasibleSuccessors()1115 Succs[Case.getSuccessorIndex()] = true; in getFeasibleSuccessors()1120 Succs[SI->case_default()->getSuccessorIndex()] = in getFeasibleSuccessors()
4718 (uint32_t)Weights[SI->findCaseValue(TrueVal)->getSuccessorIndex()]; in SimplifySwitchOnSelect()4720 (uint32_t)Weights[SI->findCaseValue(FalseVal)->getSuccessorIndex()]; in SimplifySwitchOnSelect()
837 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()
703 BPI ? BPI->getEdgeProbability(SI.getParent(), I.getSuccessorIndex()) in translateSwitch()
12316 BPI ? BPI->getEdgeProbability(SI.getParent(), I.getSuccessorIndex()) in visitSwitch()