Home
last modified time | relevance | path

Searched refs:isLoopExiting (Results 1 – 16 of 16) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp277 if (!L->isLoopExiting(OrigHeader)) in rotateLoop()
287 if (L->isLoopExiting(OrigLatch) && !SimplifiedLatch && IsUtilMode == false && in rotateLoop()
781 if (!LastExit || !L->isLoopExiting(LastExit)) in simplifyLoopLatch()
823 assert((!MadeChange || L->isLoopExiting(L->getLoopLatch())) && in processLoop()
H A DLoopUnroll.cpp388 bool LatchIsExiting = L->isLoopExiting(LatchBlock); in UnrollLoop()
H A DLoopUtils.cpp713 if (L->isLoopExiting(Latch)) { in breakLoopBackedge()
772 if (!LatchBR || LatchBR->getNumSuccessors() != 2 || !L->isLoopExiting(Latch)) in getExpectedExitLoopLatchBranch()
H A DLoopPeel.cpp456 if (!LatchBR || LatchBR->getNumSuccessors() != 2 || !L->isLoopExiting(Latch)) in violatesLegacyMultiExitLoopCheck()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineLoopInfo.cpp93 if (isLoopExiting(Latch)) in findLoopControlBlock()
H A DCalcSpillWeights.cpp245 IsExiting = Loop ? Loop->isLoopExiting(MBB) : false; in weightCalcHelper()
H A DMLRegallocEvictAdvisor.cpp810 bool IsExiting = Loop ? Loop->isLoopExiting(MBB) : false; in getLIFeatureComponents()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopInfo.h242 bool isLoopExiting(const BlockT *BB) const { in isLoopExiting() function
813 return Latch && isLoopExiting(Latch); in isRotatedForm()
H A DLoopInfoImpl.h415 if (isLoopExiting(BB)) in print()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp255 if (L->isLoopExiting(Pred)) { in mustBeFiniteCountedLoop()
H A DLoopUnrollPass.cpp1245 if (!ExitingBlock || !L->isLoopExiting(ExitingBlock)) in tryToUnrollLoop()
H A DInductiveRangeCheckElimination.cpp765 if (!L.isLoopExiting(Latch)) { in parseLoopStructure()
H A DSimpleLoopUnswitch.cpp442 if (Current->isLoopExiting(ExitBB)) in getTopMostExitingLoop()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp163 if ((L->contains(Succ0) && L->isLoopExiting(Succ0)) || in getUnrollingPreferences()
164 (L->contains(Succ1) && L->isLoopExiting(Succ1))) in getUnrollingPreferences()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp8114 assert(L->isLoopExiting(ExitingBlock) && in getSmallConstantTripCount()
8305 assert(L->isLoopExiting(ExitingBlock) && in getSmallConstantTripMultiple()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp8063 if (OrigLoop->isLoopExiting(Src)) in createEdgeMask()