LLVM 22.0.0git
llvm::LoopBodyTraits Struct Reference

#include "llvm/Analysis/LoopIterator.h"

Classes

struct  LoopBodyFilter
class  WrappedSuccIterator

Public Types

using NodeRef = std::pair<const Loop *, BasicBlock *>
using ChildIteratorType

Static Public Member Functions

static NodeRef getEntryNode (const Loop &G)
static ChildIteratorType child_begin (NodeRef Node)
static ChildIteratorType child_end (NodeRef Node)

Detailed Description

Definition at line 40 of file LoopIterator.h.

Member Typedef Documentation

◆ ChildIteratorType

Initial value:
filter_iterator_impl< WrappedIteratorT, PredicateT, detail::fwd_or_bidi_tag< WrappedIteratorT > > filter_iterator
Defines filter_iterator to a suitable specialization of filter_iterator_impl, based on the underlying...
Definition STLExtras.h:531

Definition at line 71 of file LoopIterator.h.

◆ NodeRef

Definition at line 41 of file LoopIterator.h.

Member Function Documentation

◆ child_begin()

ChildIteratorType llvm::LoopBodyTraits::child_begin ( NodeRef Node)
inlinestatic

◆ child_end()

ChildIteratorType llvm::LoopBodyTraits::child_end ( NodeRef Node)
inlinestatic

◆ getEntryNode()

NodeRef llvm::LoopBodyTraits::getEntryNode ( const Loop & G)
inlinestatic

Definition at line 74 of file LoopIterator.h.

References G.


The documentation for this struct was generated from the following file: