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 137 UnreachableEdges.push_back(I.getSuccessorIndex());
139 ReachableEdges.push_back(I.getSuccessorIndex());
228 ColdEdges.push_back(I.getSuccessorIndex());
230 NormalEdges.push_back(I.getSuccessorIndex());
317 ExitingEdges.push_back(I.getSuccessorIndex());
319 BackEdges.push_back(I.getSuccessorIndex());
321 InEdges.push_back(I.getSuccessorIndex());
523 uint32_t Weight = getEdgeWeight(BB, I.getSuccessorIndex());
588 MapI = Weights.find(std::make_pair(Src, I.getSuccessorIndex()));
SparsePropagation.cpp 198 Succs[Case.getSuccessorIndex()] = true;
  /external/llvm/include/llvm/Analysis/
CFGPrinter.h 92 unsigned SuccNo = I.getSuccessorIndex();
  /external/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 98 return SplitCriticalEdge(BB->getTerminator(), SI.getSuccessorIndex(), P);
  /external/llvm/include/llvm/Support/
CFG.h 142 /// getSuccessorIndex - This is used to interface between code that wants to
144 unsigned getSuccessorIndex() const { return idx; }
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 560 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 199 milliseconds