Searched defs:getSuccessors (Results 1 – 8 of 8) 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
60 ArrayRef<MemoryGroup *> getSuccessors() const { return Succ; } in getSuccessors() function
435 const VPBlocksTy &getSuccessors() const { return Successors; } in getSuccessors() function436 VPBlocksTy &getSuccessors() { return Successors; } in getSuccessors() function
205 const std::vector<Block*>& getSuccessors() const { return successors; } in getSuccessors() function