Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopRotationUtils.cpp215 if (!L->isLoopExiting(OrigHeader)) in rotateLoop()
225 if (L->isLoopExiting(OrigLatch) && !SimplifiedLatch && IsUtilMode == false && in rotateLoop()
574 if (!LastExit || !L->isLoopExiting(LastExit)) in simplifyLoopLatch()
623 assert((!MadeChange || L->isLoopExiting(L->getLoopLatch())) && in processLoop()
/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-7.0/llvm/lib/CodeGen/
DMachineLoopInfo.cpp83 if (isLoopExiting(Latch)) in findLoopControlBlock()
DCalcSpillWeights.cpp250 isExiting = loop ? loop->isLoopExiting(mbb) : false; in weightCalcHelper()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DCalcSpillWeights.cpp123 isExiting = loop ? loop->isLoopExiting(mbb) : false; in CalculateWeightAndHint()
/external/llvm/lib/CodeGen/
DCalcSpillWeights.cpp167 isExiting = loop ? loop->isLoopExiting(mbb) : false; in calculateSpillWeightAndHint()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetTransformInfo.cpp122 if (L->isLoopExiting(Br->getSuccessor(0)) || in getUnrollingPreferences()
123 L->isLoopExiting(Br->getSuccessor(1))) in getUnrollingPreferences()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopRotation.cpp164 if (!L->isLoopExiting(OrigHeader)) in rotateLoop()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DLoopInfo.h146 bool isLoopExiting(const BlockT *BB) const { in isLoopExiting() function
507 if (isLoopExiting(BB)) OS << "<exiting>";
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DPlaceSafepoints.cpp255 if (L->isLoopExiting(Pred)) { in mustBeFiniteCountedLoop()
DLoopUnrollPass.cpp1016 if (!ExitingBlock || !L->isLoopExiting(ExitingBlock)) in tryToUnrollLoop()
DInductiveRangeCheckElimination.cpp840 if (!L.isLoopExiting(Latch)) { in parseLoopStructure()
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLoopInfo.h203 bool isLoopExiting(const BlockT *BB) const { in isLoopExiting() function
DLoopInfoImpl.h411 if (isLoopExiting(BB)) in print()
/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-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp6519 assert(L->isLoopExiting(ExitingBlock) && in getSmallConstantTripCount()
6556 assert(L->isLoopExiting(ExitingBlock) && in getSmallConstantTripMultiple()