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

/external/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp123 UnreachableEdges.push_back(I.getSuccessorIndex());
125 ReachableEdges.push_back(I.getSuccessorIndex());
242 ExitingEdges.push_back(I.getSuccessorIndex());
244 BackEdges.push_back(I.getSuccessorIndex());
246 InEdges.push_back(I.getSuccessorIndex());
444 uint32_t Weight = getEdgeWeight(BB, I.getSuccessorIndex());
509 MapI = Weights.find(std::make_pair(Src, I.getSuccessorIndex()));
H A DSparsePropagation.cpp198 Succs[Case.getSuccessorIndex()] = true;
/external/llvm/include/llvm/Analysis/
H A DCFGPrinter.h92 unsigned SuccNo = I.getSuccessorIndex();
/external/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h120 return SplitCriticalEdge(BB->getTerminator(), SI.getSuccessorIndex(), P);
/external/llvm/include/llvm/Support/
H A DCFG.h138 /// getSuccessorIndex - This is used to interface between code that wants to
140 unsigned getSuccessorIndex() const { return idx; } function in class:llvm::SuccIterator
/external/llvm/include/llvm/IR/
H A DInstructions.h2719 return SI->getSuccessor(getSuccessorIndex());
2726 unsigned getSuccessorIndex() const { function in class:llvm::SwitchInst::CaseIteratorT
2822 SI->setSuccessor(getSuccessorIndex(), S);
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp560 Succs[SI->findCaseValue(CI).getSuccessorIndex()] = true;
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2507 getSuccessorIndex()];
2509 getSuccessorIndex()];
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2507 BPI ? BPI->getEdgeWeight(SI.getParent(), i.getSuccessorIndex()) : 0);

Completed in 267 milliseconds