LLVM 19.0.0git
Public Member Functions | List of all members
DeadCodeElimination::SetQueue< T > Struct Template Reference

Public Member Functions

 SetQueue ()
 
bool empty () const
 
T pop_front ()
 
void push_back (T V)
 

Detailed Description

template<typename T>
struct DeadCodeElimination::SetQueue< T >

Definition at line 28 of file RDFDeadCode.cpp.

Constructor & Destructor Documentation

◆ SetQueue()

template<typename T >
DeadCodeElimination::SetQueue< T >::SetQueue ( )
inline

Definition at line 29 of file RDFDeadCode.cpp.

Member Function Documentation

◆ empty()

template<typename T >
bool DeadCodeElimination::SetQueue< T >::empty ( ) const
inline

Definition at line 31 of file RDFDeadCode.cpp.

◆ pop_front()

template<typename T >
T DeadCodeElimination::SetQueue< T >::pop_front ( )
inline

◆ push_back()

template<typename T >
void DeadCodeElimination::SetQueue< T >::push_back ( T  V)
inline

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