LLVM  8.0.1
Public Types | Static Public Member Functions | List of all members
llvm::GraphTraits< MachineLoop * > Struct Template Reference

#include "llvm/CodeGen/MachineLoopInfo.h"

Public Types

using NodeRef = MachineLoop *
 
using ChildIteratorType = MachineLoopInfo::iterator
 

Static Public Member Functions

static NodeRef getEntryNode (MachineLoop *L)
 
static ChildIteratorType child_begin (NodeRef N)
 
static ChildIteratorType child_end (NodeRef N)
 

Detailed Description

template<>
struct llvm::GraphTraits< MachineLoop * >

Definition at line 182 of file MachineLoopInfo.h.

Member Typedef Documentation

◆ ChildIteratorType

Definition at line 184 of file MachineLoopInfo.h.

◆ NodeRef

Definition at line 183 of file MachineLoopInfo.h.

Member Function Documentation

◆ child_begin()

static ChildIteratorType llvm::GraphTraits< MachineLoop * >::child_begin ( NodeRef  N)
inlinestatic

Definition at line 187 of file MachineLoopInfo.h.

References llvm::LoopBase< BlockT, LoopT >::begin().

◆ child_end()

static ChildIteratorType llvm::GraphTraits< MachineLoop * >::child_end ( NodeRef  N)
inlinestatic

Definition at line 188 of file MachineLoopInfo.h.

References llvm::LoopBase< BlockT, LoopT >::end().

◆ getEntryNode()

static NodeRef llvm::GraphTraits< MachineLoop * >::getEntryNode ( MachineLoop L)
inlinestatic

Definition at line 186 of file MachineLoopInfo.h.


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