Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp135 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 …]
DSparsePropagation.cpp199 Succs[Case.getSuccessorIndex()] = true; in getFeasibleSuccessors()
/external/llvm/include/llvm/Analysis/
DCFGPrinter.h108 unsigned SuccNo = I.getSuccessorIndex();
/external/llvm/include/llvm/Transforms/Utils/
DBasicBlockUtils.h136 return SplitCriticalEdge(BB->getTerminator(), SI.getSuccessorIndex(),
/external/llvm/include/llvm/IR/
DInstructions.h2999 return SI->getSuccessor(getSuccessorIndex());
3006 unsigned getSuccessorIndex() const {
3070 SI->setSuccessor(getSuccessorIndex(), S);
DInstrTypes.h160 unsigned getSuccessorIndex() const { return idx; } in getSuccessorIndex() function
/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp571 Succs[SI->findCaseValue(CI).getSuccessorIndex()] = true; in getFeasibleSuccessors()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp2977 getSuccessorIndex()]; in SimplifySwitchOnSelect()
2979 getSuccessorIndex()]; in SimplifySwitchOnSelect()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp8477 BPI ? BPI->getEdgeProbability(SI.getParent(), I.getSuccessorIndex()) in visitSwitch()