Searched refs:SingleSucc (Results 1 – 2 of 2) sorted by relevance
362 const BasicBlock &SingleSucc = in checkLoopsStructure() local366 if (&SingleSucc != InnerLoopPreHeader) { in checkLoopsStructure()367 const BranchInst *BI = dyn_cast<BranchInst>(SingleSucc.getTerminator()); in checkLoopsStructure()
8538 VPBlockBase *SingleSucc = VPBB->getSingleSuccessor(); in handleReplication() local8539 assert(SingleSucc && "VPBB must have a single successor when handling " in handleReplication()8541 VPBlockUtils::disconnectBlocks(VPBB, SingleSucc); in handleReplication()8547 VPBlockUtils::connectBlocks(RegSucc, SingleSucc); in handleReplication()