Home
last modified time | relevance | path

Searched defs:setSuccessor (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/
DInstrTypes.h71 void setSuccessor(unsigned idx, BasicBlock *B) { in setSuccessor() function
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/
DLabelInfo.java70 public static void setSuccessor(final Label label) { in setSuccessor() method in LabelInfo
/external/llvm/include/llvm/IR/
DInstrTypes.h70 void setSuccessor(unsigned idx, BasicBlock *B) { in setSuccessor() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstructions.cpp102 void TerminatorInst::setSuccessor(unsigned idx, BasicBlock *B) { in setSuccessor() function in TerminatorInst