Home
last modified time | relevance | path

Searched refs:SingleSucc (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopNestAnalysis.cpp362 const BasicBlock &SingleSucc = in checkLoopsStructure() local
366 if (&SingleSucc != InnerLoopPreHeader) { in checkLoopsStructure()
367 const BranchInst *BI = dyn_cast<BranchInst>(SingleSucc.getTerminator()); in checkLoopsStructure()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp8425 VPBlockBase *SingleSucc = VPBB->getSingleSuccessor(); in handleReplication() local
8426 assert(SingleSucc && "VPBB must have a single successor when handling " in handleReplication()
8428 VPBlockUtils::disconnectBlocks(VPBB, SingleSucc); in handleReplication()
8434 VPBlockUtils::connectBlocks(RegSucc, SingleSucc); in handleReplication()