Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp492 if (!ExitBlock && !L->hasNoExitBlocks()) { in deleteLoopIfDead()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfo.h298 bool hasNoExitBlocks() const;
H A DGenericLoopInfoImpl.h95 bool LoopBase<BlockT, LoopT>::hasNoExitBlocks() const { in hasNoExitBlocks() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp584 assert(L->hasNoExitBlocks() && in deleteDeadLoop()