Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp76 if (!L->hasNoExitBlocks()) { in isLoopDead()
488 if (!ExitBlock && !L->hasNoExitBlocks()) { in deleteLoopIfDead()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h72 bool LoopBase<BlockT, LoopT>::hasNoExitBlocks() const { in hasNoExitBlocks() function
H A DLoopInfo.h322 bool hasNoExitBlocks() const;
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp572 assert(L->hasNoExitBlocks() && in deleteDeadLoop()