Searched refs:InnerLoopLatch (Results 1 – 7 of 7) sorted by relevance
666 BasicBlock *InnerLoopLatch = InnerLoop->getLoopLatch(); in isLoopStructureUnderstood() local668 dyn_cast<BranchInst>(InnerLoopLatch->getTerminator()); in isLoopStructureUnderstood()797 BasicBlock *InnerLoopLatch = InnerLoop->getLoopLatch(); in currentLimitations() local801 if (InnerLoop->getExitingBlock() != InnerLoopLatch || in currentLimitations()803 !isa<BranchInst>(InnerLoopLatch->getTerminator()) || in currentLimitations()928 llvm::reverse(InnerLoopLatch->instructionsWithoutDebug())) { in currentLimitations()1575 BasicBlock *InnerLoopLatch = InnerLoop->getLoopLatch(); in adjustLoopBranches() local1579 InnerLoopLatch->getUniquePredecessor(); in adjustLoopBranches()1586 dyn_cast<BranchInst>(InnerLoopLatch->getTerminator()); in adjustLoopBranches()1618 updateSuccessor(OuterLoopHeaderBI, OuterLoopLatch, InnerLoopLatch, in adjustLoopBranches()[all …]
1273 ColumnPhis[I]->addIncoming(TileResult.getVector(I), TI.InnerLoopLatch); in createTiledLoops()
64 BasicBlock *InnerLoopLatch = nullptr; member
249 const BasicBlock *InnerLoopLatch = InnerLoop.getLoopLatch(); in checkLoopsStructure() local254 InnerLoop.getExitingBlock() != InnerLoopLatch || !InnerLoopExit) in checkLoopsStructure()
95 InnerLoopLatch = InnerBody->getSingleSuccessor(); in CreateTiledLoops()
901 BasicBlock *InnerLoopLatch = InnerLoop->getLoopLatch(); in hasIterationCountInvariantInParent() local902 const SCEV *InnerLoopBECountSC = SE.getExitCount(InnerLoop, InnerLoopLatch); in hasIterationCountInvariantInParent()
297 BasicBlock *InnerLoopLatch = InnerBody->getSingleSuccessor(); in createTileDPLoops() local461 VecCPhi->addIncoming(NewVecC, InnerLoopLatch); in createTileDPLoops()