LLVM  8.0.1
Public Types | Public Member Functions | Public Attributes | List of all members
llvm::IntrusiveBackListBase Struct Reference

#include "llvm/CodeGen/DIE.h"

Inheritance diagram for llvm::IntrusiveBackListBase:
Inheritance graph
[legend]
Collaboration diagram for llvm::IntrusiveBackListBase:
Collaboration graph
[legend]

Public Types

using Node = IntrusiveBackListNode
 

Public Member Functions

bool empty () const
 
void push_back (Node &N)
 

Public Attributes

NodeLast = nullptr
 

Detailed Description

Definition at line 488 of file DIE.h.

Member Typedef Documentation

◆ Node

Definition at line 489 of file DIE.h.

Member Function Documentation

◆ empty()

bool llvm::IntrusiveBackListBase::empty ( ) const
inline

Definition at line 493 of file DIE.h.

Referenced by llvm::DIE::hasChildren().

◆ push_back()

void llvm::IntrusiveBackListBase::push_back ( Node N)
inline

Definition at line 495 of file DIE.h.

References assert(), N, and llvm::IntrusiveBackListNode::Next.

Referenced by llvm::IntrusiveBackList< llvm::DIE >::push_back().

Member Data Documentation

◆ Last

Node* llvm::IntrusiveBackListBase::Last = nullptr

Definition at line 491 of file DIE.h.


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