Home
last modified time | relevance | path

Searched defs:getSuccessors (Results 1 – 13 of 13) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/
DInstructionContext.java100 InstructionContext[] getSuccessors(); in getSuccessors() method
DControlFlowGraph.java318 public InstructionContext[] getSuccessors() { in getSuccessors() method in ControlFlowGraph.InstructionContextImpl
DSubroutines.java623 private static InstructionHandle[] getSuccessors(final InstructionHandle instruction) { in getSuccessors() method in Subroutines
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DAnalyzedInstruction.java160 public List<AnalyzedInstruction> getSuccessors() { in getSuccessors() method in AnalyzedInstruction
/external/llvm-project/mlir/include/mlir/IR/
DBlock.h246 SuccessorRange getSuccessors() { return SuccessorRange(this); } in getSuccessors() function
DOperation.h435 SuccessorRange getSuccessors() { return SuccessorRange(this); } in getSuccessors() function
DOpDefinition.h734 succ_range getSuccessors() { return this->getOperation()->getSuccessors(); } in getSuccessors() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/HardwareUnits/
DLSUnit.h60 ArrayRef<MemoryGroup *> getSuccessors() const { return Succ; } in getSuccessors() function
/external/llvm-project/mlir/lib/TableGen/
DOperator.cpp205 auto Operator::getSuccessors() const in getSuccessors() function in Operator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlan.h435 const VPBlocksTy &getSuccessors() const { return Successors; } in getSuccessors() function
436 VPBlocksTy &getSuccessors() { return Successors; } in getSuccessors() function
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DspvIR.h209 const std::vector<Block*>& getSuccessors() const { return successors; } in getSuccessors() function
/external/deqp-deps/glslang/SPIRV/
DspvIR.h209 const std::vector<Block*>& getSuccessors() const { return successors; } in getSuccessors() function
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DVPlan.h477 const VPBlocksTy &getSuccessors() const { return Successors; } in getSuccessors() function
478 VPBlocksTy &getSuccessors() { return Successors; } in getSuccessors() function