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

/external/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp250 if (!LastExit || !L->isLoopExiting(LastExit))
310 if (!L->isLoopExiting(OrigHeader))
320 if (L->isLoopExiting(OrigLatch) && !SimplifiedLatch)
/external/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp130 isExiting = loop ? loop->isLoopExiting(mbb) : false;
/external/llvm/include/llvm/Analysis/
H A DLoopInfo.h151 /// isLoopExiting - True if terminator in the block can branch to another
154 bool isLoopExiting(const BlockT *BB) const { function in class:llvm::LoopBase
H A DLoopInfoImpl.h329 if (isLoopExiting(BB)) OS << "<exiting>";

Completed in 102 milliseconds