Home
last modified time | relevance | path

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

/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/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/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/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()