ΒΆtemplate <class BlockT,
          class LoopT,
          typename PredicateT>
void getUniqueExitBlocksHelper(
    const LoopT* L,
    SmallVectorImpl<BlockT*>& ExitBlocks,
    PredicateT Pred)

Declared at: llvm/include/llvm/Analysis/LoopInfoImpl.h:101

Templates

BlockT
LoopT
PredicateT

Parameters

const LoopT* L
SmallVectorImpl<BlockT*>& ExitBlocks
PredicateT Pred