HomeSort by relevance Sort by last modified time
    Searched refs:getSuccessorIndex (Results 1 - 9 of 9) sorted by null

  /external/llvm/lib/Analysis/
BranchProbabilityInfo.cpp 139 UnreachableEdges.push_back(I.getSuccessorIndex());
141 ReachableEdges.push_back(I.getSuccessorIndex());
230 ColdEdges.push_back(I.getSuccessorIndex());
232 NormalEdges.push_back(I.getSuccessorIndex());
319 ExitingEdges.push_back(I.getSuccessorIndex());
321 BackEdges.push_back(I.getSuccessorIndex());
323 InEdges.push_back(I.getSuccessorIndex());
544 uint32_t Weight = getEdgeWeight(BB, I.getSuccessorIndex());
603 return getEdgeWeight(Src, Dst.getSuccessorIndex());
614 MapI = Weights.find(std::make_pair(Src, I.getSuccessorIndex()));
    [all...]
SparsePropagation.cpp 199 Succs[Case.getSuccessorIndex()] = true;
  /external/llvm/include/llvm/Analysis/
CFGPrinter.h 108 unsigned SuccNo = I.getSuccessorIndex();
  /external/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 98 return SplitCriticalEdge(BB->getTerminator(), SI.getSuccessorIndex(), P);
  /external/llvm/include/llvm/IR/
CFG.h 164 /// getSuccessorIndex - This is used to interface between code that wants to
166 unsigned getSuccessorIndex() const { return idx; }
Instructions.h     [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 562 Succs[SI->findCaseValue(CI).getSuccessorIndex()] = true;
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 191 milliseconds