Home
last modified time | relevance | path

Searched defs:getSuccessors (Results 1 – 6 of 6) 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/deqp-deps/glslang/SPIRV/
DspvIR.h207 const std::vector<Block*>& getSuccessors() const { return successors; } in getSuccessors() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DVPlan.h413 const VPBlocksTy &getSuccessors() const { return Successors; } in getSuccessors() function
414 VPBlocksTy &getSuccessors() { return Successors; } in getSuccessors() function