Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp133 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()
DSparsePropagation.cpp199 Succs[Case.getSuccessorIndex()] = true; in getFeasibleSuccessors()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DCFGPrinter.h92 unsigned SuccNo = I.getSuccessorIndex();
/external/llvm/include/llvm/Analysis/
DCFGPrinter.h108 unsigned SuccNo = I.getSuccessorIndex();
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
DBasicBlockUtils.h117 return SplitCriticalEdge(BB->getTerminator(), SI.getSuccessorIndex(), P);
/external/llvm/include/llvm/Transforms/Utils/
DBasicBlockUtils.h129 return SplitCriticalEdge(BB->getTerminator(), SI.getSuccessorIndex(),
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCFG.h134 unsigned getSuccessorIndex() const { return idx; } in getSuccessorIndex() function
/external/llvm/include/llvm/IR/
DInstrTypes.h160 unsigned getSuccessorIndex() const { return idx; } in getSuccessorIndex() function
DInstructions.h3058 return SI->getSuccessor(getSuccessorIndex());
3065 unsigned getSuccessorIndex() const {
3129 SI->setSuccessor(getSuccessorIndex(), S);
/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp586 Succs[SI->findCaseValue(CI).getSuccessorIndex()] = true; in getFeasibleSuccessors()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp3092 (uint32_t)Weights[SI->findCaseValue(TrueVal).getSuccessorIndex()]; in SimplifySwitchOnSelect()
3094 (uint32_t)Weights[SI->findCaseValue(FalseVal).getSuccessorIndex()]; in SimplifySwitchOnSelect()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp9030 BPI ? BPI->getEdgeProbability(SI.getParent(), I.getSuccessorIndex()) in visitSwitch()