LLVM 19.0.0git
Classes | Public Types | Static Public Member Functions | List of all members
llvm::LoopBodyTraits Struct Reference

#include "llvm/Analysis/LoopIterator.h"

Inheritance diagram for llvm::LoopBodyTraits:
Inheritance graph
[legend]

Classes

struct  LoopBodyFilter
 
class  WrappedSuccIterator
 

Public Types

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

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

Definition at line 71 of file LoopIterator.h.

◆ NodeRef

Definition at line 41 of file LoopIterator.h.

Member Function Documentation

◆ child_begin()

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

Definition at line 76 of file LoopIterator.h.

References llvm::make_filter_range(), llvm::succ_begin(), and llvm::succ_end().

◆ child_end()

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

Definition at line 84 of file LoopIterator.h.

References llvm::make_filter_range(), llvm::succ_begin(), and llvm::succ_end().

◆ getEntryNode()

static 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: