Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp287 if (!L->isLoopExiting(OrigHeader)) in rotateLoop()
297 if (L->isLoopExiting(OrigLatch) && !SimplifiedLatch && IsUtilMode == false && in rotateLoop()
780 if (!LastExit || !L->isLoopExiting(LastExit)) in simplifyLoopLatch()
817 assert((!MadeChange || L->isLoopExiting(L->getLoopLatch())) && in processLoop()
H A DLoopUnroll.cpp377 bool LatchIsExiting = L->isLoopExiting(LatchBlock); in UnrollLoop()
H A DLoopPeel.cpp103 return T && T->isConditional() && L->isLoopExiting(Latch) && in canPeel()
H A DLoopUtils.cpp752 if (!LatchBR || LatchBR->getNumSuccessors() != 2 || !L->isLoopExiting(Latch)) in getExpectedExitLoopLatchBranch()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLoopInfo.cpp93 if (isLoopExiting(Latch)) in findLoopControlBlock()
H A DCalcSpillWeights.cpp249 IsExiting = Loop ? Loop->isLoopExiting(MBB) : false; in weightCalcHelper()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h225 bool isLoopExiting(const BlockT *BB) const { in isLoopExiting() function
791 return Latch && isLoopExiting(Latch); in isRotatedForm()
H A DLoopInfoImpl.h405 if (isLoopExiting(BB)) in print()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp254 if (L->isLoopExiting(Pred)) { in mustBeFiniteCountedLoop()
H A DLoopUnrollPass.cpp1136 if (!ExitingBlock || !L->isLoopExiting(ExitingBlock)) in tryToUnrollLoop()
H A DInductiveRangeCheckElimination.cpp768 if (!L.isLoopExiting(Latch)) { in parseLoopStructure()
H A DSimpleLoopUnswitch.cpp403 if (Current->isLoopExiting(ExitBB)) in getTopMostExitingLoop()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp159 if ((L->contains(Succ0) && L->isLoopExiting(Succ0)) || in getUnrollingPreferences()
160 (L->contains(Succ1) && L->isLoopExiting(Succ1))) in getUnrollingPreferences()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp7176 assert(L->isLoopExiting(ExitingBlock) && in getSmallConstantTripCount()
7247 assert(L->isLoopExiting(ExitingBlock) && in getSmallConstantTripMultiple()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp8611 if (OrigLoop->isLoopExiting(Src)) in createEdgeMask()