Searched refs:getSuccessors (Results 1 – 8 of 8) sorted by relevance
58 const auto &Successors = VPB->getSuccessors(); in verifyBlocksInRegion()87 const auto &PredSuccs = Pred->getSuccessors(); in verifyBlocksInRegion()
435 const VPBlocksTy &getSuccessors() const { return Successors; } in getSuccessors() function436 VPBlocksTy &getSuccessors() { return Successors; } in getSuccessors() function474 return getEnclosingBlockWithSuccessors()->getSuccessors(); in getHierarchicalSuccessors()1164 assert(Exit->getSuccessors().empty() && "Exit block has successors."); in VPBlockBase()1206 assert(ExitBlock->getSuccessors().empty() && in setExit()1238 return N->getSuccessors().begin();1242 return N->getSuccessors().end();1253 return N->getSuccessors().begin();1257 return N->getSuccessors().end();1551 assert(NewBlock->getSuccessors().empty() &&[all …]
120 for (VPBlockBase *SuccBlock : FromBlock->getSuccessors()) { in getEdgeTypeBetween()
126 auto &PredVPSuccessors = PredVPBB->getSuccessors(); in createEmptyBasicBlock()584 auto &Successors = Block->getSuccessors(); in dumpEdges()
7005 assert(VPBB->getSuccessors().empty() && in handleReplication()
96 const auto& successors = block->getSuccessors(); in visit()
209 const std::vector<Block*>& getSuccessors() const { return successors; } in getSuccessors() function
60 ArrayRef<MemoryGroup *> getSuccessors() const { return Succ; } in getSuccessors() function