Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp91 L->getUniqueNonLatchExitBlocks(Exits); in canPeel()
287 L.getUniqueNonLatchExitBlocks(Exits); in peelToTurnInvariantLoadsDerefencebale()
530 L->getUniqueNonLatchExitBlocks(ExitBlocks); in violatesLegacyMultiExitLoopCheck()
H A DLoopUnrollRuntime.cpp626 L->getUniqueNonLatchExitBlocks(OtherExits); in UnrollRuntimeLoopRemainder()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfo.h291 void getUniqueNonLatchExitBlocks(SmallVectorImpl<BlockT *> &ExitBlocks) const;
H A DGenericLoopInfoImpl.h149 void LoopBase<BlockT, LoopT>::getUniqueNonLatchExitBlocks( in getUniqueNonLatchExitBlocks() function