Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopRotationUtils.cpp226 if (!L->isLoopExiting(OrigHeader)) in rotateLoop()
236 if (L->isLoopExiting(OrigLatch) && !SimplifiedLatch && IsUtilMode == false && in rotateLoop()
614 if (!LastExit || !L->isLoopExiting(LastExit)) in simplifyLoopLatch()
651 assert((!MadeChange || L->isLoopExiting(L->getLoopLatch())) && in processLoop()
DLoopUnrollPeel.cpp91 return T && T->isConditional() && L->isLoopExiting(Latch) && in canPeel()
DLoopUnroll.cpp410 assert(L->isLoopExiting(ExitingBlock) && "Latch is not exiting?"); in UnrollLoop()
DLoopUtils.cpp700 if (!LatchBR || LatchBR->getNumSuccessors() != 2 || !L->isLoopExiting(Latch)) in getLoopEstimatedTripCount()
/external/llvm/lib/Transforms/Scalar/
DLoopRotation.cpp202 if (!L->isLoopExiting(OrigHeader)) in rotateLoop()
212 if (L->isLoopExiting(OrigLatch) && !SimplifiedLatch) in rotateLoop()
563 if (!LastExit || !L->isLoopExiting(LastExit)) in simplifyLoopLatch()
609 assert((!MadeChange || L->isLoopExiting(L->getLoopLatch())) && in processLoop()
DPlaceSafepoints.cpp248 if (L->isLoopExiting(Pred)) { in mustBeFiniteCountedLoop()
DLoopUnrollPass.cpp938 if (!ExitingBlock || !L->isLoopExiting(ExitingBlock)) in tryToUnrollLoop()
DInductiveRangeCheckElimination.cpp628 if (!L.isLoopExiting(Latch)) { in parseLoopStructure()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineLoopInfo.cpp90 if (isLoopExiting(Latch)) in findLoopControlBlock()
DCalcSpillWeights.cpp229 isExiting = loop ? loop->isLoopExiting(mbb) : false; in weightCalcHelper()
/external/llvm/lib/CodeGen/
DCalcSpillWeights.cpp167 isExiting = loop ? loop->isLoopExiting(mbb) : false; in calculateSpillWeightAndHint()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopInfo.h208 bool isLoopExiting(const BlockT *BB) const { in isLoopExiting() function
767 return Latch && isLoopExiting(Latch); in isRotatedForm()
DLoopInfoImpl.h398 if (isLoopExiting(BB)) in print()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetTransformInfo.cpp123 if ((L->contains(Succ0) && L->isLoopExiting(Succ0)) || in getUnrollingPreferences()
124 (L->contains(Succ1) && L->isLoopExiting(Succ1))) in getUnrollingPreferences()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DPlaceSafepoints.cpp253 if (L->isLoopExiting(Pred)) { in mustBeFiniteCountedLoop()
DLoopUnrollPass.cpp1087 if (!ExitingBlock || !L->isLoopExiting(ExitingBlock)) in tryToUnrollLoop()
DInductiveRangeCheckElimination.cpp753 if (!L.isLoopExiting(Latch)) { in parseLoopStructure()
DSimpleLoopUnswitch.cpp341 if (Current->isLoopExiting(ExitBB)) in getTopMostExitingLoop()
/external/llvm/include/llvm/Analysis/
DLoopInfoImpl.h329 if (isLoopExiting(BB)) OS << "<exiting>"; in print()
DLoopInfo.h160 bool isLoopExiting(const BlockT *BB) const { in isLoopExiting() function
/external/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp374 if (L->isLoopExiting(Latch)) in getExitingBlock()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp5257 assert(L->isLoopExiting(ExitingBlock) && in getSmallConstantTripCount()
5298 assert(L->isLoopExiting(ExitingBlock) && in getSmallConstantTripMultiple()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp6578 assert(L->isLoopExiting(ExitingBlock) && in getSmallConstantTripCount()
6615 assert(L->isLoopExiting(ExitingBlock) && in getSmallConstantTripMultiple()