Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp287 if (!L->isLoopExiting(OrigHeader)) in rotateLoop()
297 if (L->isLoopExiting(OrigLatch) && !SimplifiedLatch && IsUtilMode == false && in rotateLoop()
779 if (!LastExit || !L->isLoopExiting(LastExit)) in simplifyLoopLatch()
816 assert((!MadeChange || L->isLoopExiting(L->getLoopLatch())) && in processLoop()
H A DLoopUnroll.cpp357 assert(L->isLoopExiting(ExitingBlock) && "Latch is not exiting?"); in UnrollLoop()
394 bool LatchIsExiting = L->isLoopExiting(LatchBlock); in UnrollLoop()
H A DLoopPeel.cpp103 return T && T->isConditional() && L->isLoopExiting(Latch) && in canPeel()
H A DLoopUtils.cpp813 if (!LatchBR || LatchBR->getNumSuccessors() != 2 || !L->isLoopExiting(Latch)) in getExpectedExitLoopLatchBranch()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineLoopInfo.cpp93 if (isLoopExiting(Latch)) in findLoopControlBlock()
H A DCalcSpillWeights.cpp249 IsExiting = Loop ? Loop->isLoopExiting(MBB) : false; in weightCalcHelper()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopInfo.h225 bool isLoopExiting(const BlockT *BB) const { in isLoopExiting() function
788 return Latch && isLoopExiting(Latch); in isRotatedForm()
H A DLoopInfoImpl.h405 if (isLoopExiting(BB)) in print()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp254 if (L->isLoopExiting(Pred)) { in mustBeFiniteCountedLoop()
H A DLoopUnrollPass.cpp1116 if (!ExitingBlock || !L->isLoopExiting(ExitingBlock)) in tryToUnrollLoop()
H A DInductiveRangeCheckElimination.cpp768 if (!L.isLoopExiting(Latch)) { in parseLoopStructure()
H A DSimpleLoopUnswitch.cpp354 if (Current->isLoopExiting(ExitBB)) in getTopMostExitingLoop()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp158 if ((L->contains(Succ0) && L->isLoopExiting(Succ0)) || in getUnrollingPreferences()
159 (L->contains(Succ1) && L->isLoopExiting(Succ1))) in getUnrollingPreferences()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp6956 assert(L->isLoopExiting(ExitingBlock) && in getSmallConstantTripCount()
6993 assert(L->isLoopExiting(ExitingBlock) && in getSmallConstantTripMultiple()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp8512 if (OrigLoop->isLoopExiting(Src)) in createEdgeMask()