Home
last modified time | relevance | path

Searched defs:getSuccessors (Results 1 – 10 of 10) 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/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/analysis/
DAnalyzedInstruction.java170 public List<AnalyzedInstruction> getSuccessors() { in getSuccessors() method in AnalyzedInstruction
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/HardwareUnits/
DLSUnit.h60 ArrayRef<MemoryGroup *> getSuccessors() const { return Succ; } in getSuccessors() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DMIRSampleProfile.cpp114 static SuccRangeT getSuccessors(MachineBasicBlock *BB) { in getSuccessors() function
/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/glslang/src/SPIRV/
DspvIR.h257 const std::vector<Block*>& getSuccessors() const { return successors; } in getSuccessors() function
/external/deqp-deps/glslang/SPIRV/
DspvIR.h257 const std::vector<Block*>& getSuccessors() const { return successors; } in getSuccessors() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
DVPlan.h487 const VPBlocksTy &getSuccessors() const { return Successors; } in getSuccessors() function
488 VPBlocksTy &getSuccessors() { return Successors; } in getSuccessors() function