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.cpp491 if (!ExitBlock && !L->hasNoExitBlocks()) { in deleteLoopIfDead()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfo.h302 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.cpp586 assert(L->hasNoExitBlocks() && in deleteDeadLoop()