Searched defs:getSuccessors (Results 1 – 3 of 3) sorted by relevance
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
209 const std::vector<Block*>& getSuccessors() const { return successors; } in getSuccessors() function