Searched defs:getSuccessors (Results 1 – 6 of 6) sorted by relevance
100 InstructionContext[] getSuccessors(); in getSuccessors() method
318 public InstructionContext[] getSuccessors() { in getSuccessors() method in ControlFlowGraph.InstructionContextImpl
623 private static InstructionHandle[] getSuccessors(final InstructionHandle instruction) { in getSuccessors() method in Subroutines
160 public List<AnalyzedInstruction> getSuccessors() { in getSuccessors() method in AnalyzedInstruction
207 const std::vector<Block*>& getSuccessors() const { return successors; } in getSuccessors() function
413 const VPBlocksTy &getSuccessors() const { return Successors; } in getSuccessors() function414 VPBlocksTy &getSuccessors() { return Successors; } in getSuccessors() function