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

  /external/llvm/lib/Analysis/
BranchProbabilityInfo.cpp 133 UnreachableEdges.push_back(I.getSuccessorIndex());
135 ReachableEdges.push_back(I.getSuccessorIndex());
262 ColdEdges.push_back(I.getSuccessorIndex());
264 NormalEdges.push_back(I.getSuccessorIndex());
357 ExitingEdges.push_back(I.getSuccessorIndex());
359 BackEdges.push_back(I.getSuccessorIndex());
361 InEdges.push_back(I.getSuccessorIndex());
599 return getEdgeProbability(Src, Dst.getSuccessorIndex());
611 auto MapI = Probs.find(std::make_pair(Src, I.getSuccessorIndex()));
SparsePropagation.cpp 199 Succs[Case.getSuccessorIndex()] = true;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
BranchProbabilityInfo.cpp 216 UnreachableEdges.push_back(I.getSuccessorIndex());
218 ReachableEdges.push_back(I.getSuccessorIndex());
362 ColdEdges.push_back(I.getSuccessorIndex());
364 NormalEdges.push_back(I.getSuccessorIndex());
593 UnlikelyEdges.push_back(I.getSuccessorIndex());
595 ExitingEdges.push_back(I.getSuccessorIndex());
597 BackEdges.push_back(I.getSuccessorIndex());
599 InEdges.push_back(I.getSuccessorIndex());
602 ExitingEdges.push_back(I.getSuccessorIndex());
604 BackEdges.push_back(I.getSuccessorIndex());
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
CFGPrinter.h 137 unsigned SuccNo = I.getSuccessorIndex();
165 unsigned OpNo = I.getSuccessorIndex() + 1;
SparsePropagation.h 370 Succs[Case.getSuccessorIndex()] = true;
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
CFGPrinter.h 92 unsigned SuccNo = I.getSuccessorIndex();
  /external/llvm/include/llvm/Analysis/
CFGPrinter.h 108 unsigned SuccNo = I.getSuccessorIndex();
  /external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
BasicBlockUtils.h 117 return SplitCriticalEdge(BB->getTerminator(), SI.getSuccessorIndex(), P);
  /external/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 129 return SplitCriticalEdge(BB->getTerminator(), SI.getSuccessorIndex(),
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 135 return SplitCriticalEdge(BB->getTerminator(), SI.getSuccessorIndex(),
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
CFG.h 132 /// getSuccessorIndex - This is used to interface between code that wants to
134 unsigned getSuccessorIndex() const { return idx; }
  /external/llvm/include/llvm/IR/
InstrTypes.h 160 unsigned getSuccessorIndex() const { return idx; }
    [all...]
Instructions.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
InstrTypes.h 162 unsigned getSuccessorIndex() const { return idx; }
    [all...]
Instructions.h     [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 586 Succs[SI->findCaseValue(CI).getSuccessorIndex()] = true;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
SCCP.cpp 663 Succs[SI->findCaseValue(CI)->getSuccessorIndex()] = true;
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 1989 milliseconds