Home
last modified time | relevance | path

Searched defs:getSuccessor (Results 1 – 17 of 17) sorted by relevance

/external/llvm-project/mlir/include/mlir/Interfaces/
DControlFlowInterfaces.h75 Region *getSuccessor() const { return region; } in getSuccessor() function
/external/guava/guava/src/com/google/common/collect/
DCompactLinkedHashSet.java159 int getSuccessor(int entry) { in getSuccessor() method in CompactLinkedHashSet
DCompactLinkedHashMap.java140 int getSuccessor(int entry) { in getSuccessor() method in CompactLinkedHashMap
DCompactHashSet.java512 int getSuccessor(int entryIndex) { in getSuccessor() method in CompactHashSet
DCompactHashMap.java542 int getSuccessor(int entryIndex) { in getSuccessor() method in CompactHashMap
/external/guava/android/guava/src/com/google/common/collect/
DCompactLinkedHashMap.java135 int getSuccessor(int entry) { in getSuccessor() method in CompactLinkedHashMap
DObjectCountLinkedHashMap.java116 private int getSuccessor(int entry) { in getSuccessor() method in ObjectCountLinkedHashMap
DCompactLinkedHashSet.java157 int getSuccessor(int entry) { in getSuccessor() method in CompactLinkedHashSet
DCompactHashSet.java508 int getSuccessor(int entryIndex) { in getSuccessor() method in CompactHashSet
DCompactHashMap.java541 int getSuccessor(int entryIndex) { in getSuccessor() method in CompactHashMap
/external/llvm/include/llvm/IR/
DInstrTypes.h65 BasicBlock *getSuccessor(unsigned idx) const { in getSuccessor() function
/external/llvm-project/mlir/lib/IR/
DBlock.cpp226 Block *Block::getSuccessor(unsigned i) { in getSuccessor() function in Block
/external/llvm-project/mlir/lib/TableGen/
DOperator.cpp212 const NamedSuccessor &Operator::getSuccessor(unsigned index) const { in getSuccessor() function in Operator
/external/llvm-project/mlir/include/mlir/IR/
DOperation.h440 Block *getSuccessor(unsigned index) { in getSuccessor() function
DOpDefinition.h722 Block *getSuccessor(unsigned i) { in getSuccessor() function
742 Block *getSuccessor() { return this->getOperation()->getSuccessor(0); } in getSuccessor() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstruction.cpp657 BasicBlock *Instruction::getSuccessor(unsigned idx) const { in getSuccessor() function in Instruction
/external/llvm-project/llvm/lib/IR/
DInstruction.cpp694 BasicBlock *Instruction::getSuccessor(unsigned idx) const { in getSuccessor() function in Instruction