Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopRotation.cpp250 if (!LastExit || !L->isLoopExiting(LastExit)) in simplifyLoopLatch()
310 if (!L->isLoopExiting(OrigHeader)) in rotateLoop()
320 if (L->isLoopExiting(OrigLatch) && !SimplifiedLatch) in rotateLoop()
/external/llvm/lib/CodeGen/
DCalcSpillWeights.cpp130 isExiting = loop ? loop->isLoopExiting(mbb) : false; in calculateSpillWeightAndHint()
/external/llvm/include/llvm/Analysis/
DLoopInfoImpl.h329 if (isLoopExiting(BB)) OS << "<exiting>"; in print()
DLoopInfo.h154 bool isLoopExiting(const BlockT *BB) const { in isLoopExiting() function