Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp433 if (!L->isLoopExiting(OrigHeader)) in rotateLoop()
443 if (L->isLoopExiting(OrigLatch) && !SimplifiedLatch && IsUtilMode == false && in rotateLoop()
1025 if (!LastExit || !L->isLoopExiting(LastExit)) in processLoop()
1067 assert((!MadeChange || L->isLoopExiting(L->getLoopLatch())) &&
H A DLoopUnroll.cpp580 bool LatchIsExiting = L->isLoopExiting(LatchBlock); in UnrollLoop()
H A DLoopPeel.cpp522 if (!LatchBR || LatchBR->getNumSuccessors() != 2 || !L->isLoopExiting(Latch)) in computePeelCount()
H A DLoopUtils.cpp751 if (L->isLoopExiting(Latch)) { in breakLoopBackedge()
810 if (!LatchBR || LatchBR->getNumSuccessors() != 2 || !L->isLoopExiting(Latch)) in getExpectedExitLoopLatchBranch()
H A DLoopConstrainer.cpp141 if (!L.isLoopExiting(Latch)) { in parseLoopStructure()
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLoopInfo.cpp121 if (isLoopExiting(Latch)) in findLoopPreheader()
H A DCalcSpillWeights.cpp269 IsExiting = Loop ? Loop->isLoopExiting(MBB) : false; in weightCalcHelper()
H A DMLRegAllocEvictAdvisor.cpp831 bool IsExiting = Loop ? Loop->isLoopExiting(MBB) : false; in getLIFeatureComponents()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h310 return Latch && isLoopExiting(Latch); in isRotatedForm()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfo.h227 bool isLoopExiting(const BlockT *BB) const { in isLoopExiting() function
H A DGenericLoopInfoImpl.h424 if (isLoopExiting(BB)) in print()
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp461 if (L->isLoopExiting(Pred)) { in mustBeFiniteCountedLoop()
H A DLoopUnrollPass.cpp1268 if (!ExitingBlock || !L->isLoopExiting(ExitingBlock)) in tryToUnrollLoop()
H A DConstraintElimination.cpp934 if (!L->contains(InLoopSucc) || !L->isLoopExiting(&BB) || InLoopSucc == &BB) in addInfoForInductions()
H A DSimpleLoopUnswitch.cpp485 if (Current->isLoopExiting(ExitBB)) in getTopMostExitingLoop()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp164 if ((L->contains(Succ0) && L->isLoopExiting(Succ0)) || in getUnrollingPreferences()
165 (L->contains(Succ1) && L->isLoopExiting(Succ1))) in getUnrollingPreferences()
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp8207 assert(L->isLoopExiting(ExitingBlock) && in getSmallConstantTripMultiple()
8266 assert(L->isLoopExiting(ExitingBlock) && in getExitCount()
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7776 if (OrigLoop->isLoopExiting(Src)) in emitIterationCountCheck()