Searched defs:getSuccessors (Results 1 – 13 of 13) 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
246 SuccessorRange getSuccessors() { return SuccessorRange(this); } in getSuccessors() function
435 SuccessorRange getSuccessors() { return SuccessorRange(this); } in getSuccessors() function
734 succ_range getSuccessors() { return this->getOperation()->getSuccessors(); } in getSuccessors() function
60 ArrayRef<MemoryGroup *> getSuccessors() const { return Succ; } in getSuccessors() function
205 auto Operator::getSuccessors() const in getSuccessors() function in Operator
435 const VPBlocksTy &getSuccessors() const { return Successors; } in getSuccessors() function436 VPBlocksTy &getSuccessors() { return Successors; } in getSuccessors() function
209 const std::vector<Block*>& getSuccessors() const { return successors; } in getSuccessors() function
477 const VPBlocksTy &getSuccessors() const { return Successors; } in getSuccessors() function478 VPBlocksTy &getSuccessors() { return Successors; } in getSuccessors() function