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

#include "llvm/CodeGen/MachineLoopInfo.h"

Public Types

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

Static Public Member Functions

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

Detailed Description

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

Definition at line 173 of file MachineLoopInfo.h.

Member Typedef Documentation

◆ ChildIteratorType

Definition at line 175 of file MachineLoopInfo.h.

◆ NodeRef

Definition at line 174 of file MachineLoopInfo.h.

Member Function Documentation

◆ child_begin()

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

Definition at line 178 of file MachineLoopInfo.h.

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

◆ child_end()

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

Definition at line 179 of file MachineLoopInfo.h.

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

◆ getEntryNode()

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

Definition at line 177 of file MachineLoopInfo.h.


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