Searched refs:getSuccessorIndex (Results 1 – 12 of 12) sorted by relevance
133 UnreachableEdges.push_back(I.getSuccessorIndex()); in calcUnreachableHeuristics()135 ReachableEdges.push_back(I.getSuccessorIndex()); in calcUnreachableHeuristics()262 ColdEdges.push_back(I.getSuccessorIndex()); in calcColdCallHeuristics()264 NormalEdges.push_back(I.getSuccessorIndex()); in calcColdCallHeuristics()357 ExitingEdges.push_back(I.getSuccessorIndex()); in calcLoopBranchHeuristics()359 BackEdges.push_back(I.getSuccessorIndex()); in calcLoopBranchHeuristics()361 InEdges.push_back(I.getSuccessorIndex()); in calcLoopBranchHeuristics()599 return getEdgeProbability(Src, Dst.getSuccessorIndex()); in getEdgeProbability()611 auto MapI = Probs.find(std::make_pair(Src, I.getSuccessorIndex())); in getEdgeProbability()
199 Succs[Case.getSuccessorIndex()] = true; in getFeasibleSuccessors()
92 unsigned SuccNo = I.getSuccessorIndex();
108 unsigned SuccNo = I.getSuccessorIndex();
117 return SplitCriticalEdge(BB->getTerminator(), SI.getSuccessorIndex(), P);
129 return SplitCriticalEdge(BB->getTerminator(), SI.getSuccessorIndex(),
134 unsigned getSuccessorIndex() const { return idx; } in getSuccessorIndex() function
160 unsigned getSuccessorIndex() const { return idx; } in getSuccessorIndex() function
3058 return SI->getSuccessor(getSuccessorIndex());3065 unsigned getSuccessorIndex() const {3129 SI->setSuccessor(getSuccessorIndex(), S);
586 Succs[SI->findCaseValue(CI).getSuccessorIndex()] = true; in getFeasibleSuccessors()
3092 (uint32_t)Weights[SI->findCaseValue(TrueVal).getSuccessorIndex()]; in SimplifySwitchOnSelect()3094 (uint32_t)Weights[SI->findCaseValue(FalseVal).getSuccessorIndex()]; in SimplifySwitchOnSelect()
9030 BPI ? BPI->getEdgeProbability(SI.getParent(), I.getSuccessorIndex()) in visitSwitch()