Searched refs:getSuccessorIndex (Results 1 – 9 of 9) sorted by relevance
135 UnreachableEdges.push_back(I.getSuccessorIndex()); in calcUnreachableHeuristics()137 ReachableEdges.push_back(I.getSuccessorIndex()); in calcUnreachableHeuristics()254 ColdEdges.push_back(I.getSuccessorIndex()); in calcColdCallHeuristics()256 NormalEdges.push_back(I.getSuccessorIndex()); in calcColdCallHeuristics()344 ExitingEdges.push_back(I.getSuccessorIndex()); in calcLoopBranchHeuristics()346 BackEdges.push_back(I.getSuccessorIndex()); in calcLoopBranchHeuristics()348 InEdges.push_back(I.getSuccessorIndex()); in calcLoopBranchHeuristics()539 uint32_t Weight = getEdgeWeight(BB, I.getSuccessorIndex()); in getSumForBlock()598 return getEdgeWeight(Src, Dst.getSuccessorIndex()); in getEdgeWeight()610 MapI = Weights.find(std::make_pair(Src, I.getSuccessorIndex())); in getEdgeWeight()[all …]
199 Succs[Case.getSuccessorIndex()] = true; in getFeasibleSuccessors()
108 unsigned SuccNo = I.getSuccessorIndex();
136 return SplitCriticalEdge(BB->getTerminator(), SI.getSuccessorIndex(),
2999 return SI->getSuccessor(getSuccessorIndex());3006 unsigned getSuccessorIndex() const {3070 SI->setSuccessor(getSuccessorIndex(), S);
160 unsigned getSuccessorIndex() const { return idx; } in getSuccessorIndex() function
571 Succs[SI->findCaseValue(CI).getSuccessorIndex()] = true; in getFeasibleSuccessors()
2977 getSuccessorIndex()]; in SimplifySwitchOnSelect()2979 getSuccessorIndex()]; in SimplifySwitchOnSelect()
8477 BPI ? BPI->getEdgeProbability(SI.getParent(), I.getSuccessorIndex()) in visitSwitch()