Home
last modified time | relevance | path

Searched refs:InnerLoopLatch (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp631 BasicBlock *InnerLoopLatch = InnerLoop->getLoopLatch(); in isLoopStructureUnderstood() local
633 dyn_cast<BranchInst>(InnerLoopLatch->getTerminator()); in isLoopStructureUnderstood()
771 BasicBlock *InnerLoopLatch = InnerLoop->getLoopLatch(); in currentLimitations() local
775 if (InnerLoop->getExitingBlock() != InnerLoopLatch || in currentLimitations()
777 !isa<BranchInst>(InnerLoopLatch->getTerminator()) || in currentLimitations()
932 BasicBlock *InnerLoopLatch = InnerLoop->getLoopLatch(); in areInnerLoopLatchPHIsSupported() local
933 for (PHINode &PHI : InnerLoopLatch->phis()) { in areInnerLoopLatchPHIsSupported()
936 if (InnerLoopLatch == UI->getParent()) in areInnerLoopLatchPHIsSupported()
1565 BasicBlock *InnerLoopLatch = InnerLoop->getLoopLatch(); in adjustLoopBranches() local
1569 InnerLoopLatch->getUniquePredecessor(); in adjustLoopBranches()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopNestAnalysis.cpp329 const BasicBlock *InnerLoopLatch = InnerLoop.getLoopLatch(); in checkLoopsStructure() local
334 InnerLoop.getExitingBlock() != InnerLoopLatch || !InnerLoopExit) in checkLoopsStructure()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp295 BasicBlock *InnerLoopLatch = InnerBody->getSingleSuccessor(); in createTileDPLoops() local
459 VecCPhi->addIncoming(NewVecC, InnerLoopLatch); in createTileDPLoops()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp906 BasicBlock *InnerLoopLatch = InnerLoop->getLoopLatch(); in hasIterationCountInvariantInParent() local
907 const SCEV *InnerLoopBECountSC = SE.getExitCount(InnerLoop, InnerLoopLatch); in hasIterationCountInvariantInParent()