LLVM 23.0.0git
llvm::po_detail::NumberSet< NodeRef > Class Template Reference

#include "llvm/ADT/PostOrderIterator.h"

Public Member Functions

void reserve (size_t Size)
std::pair< std::nullopt_t, boolinsert (NodeRef Node)

Detailed Description

template<typename NodeRef>
class llvm::po_detail::NumberSet< NodeRef >

Definition at line 96 of file PostOrderIterator.h.

Member Function Documentation

◆ insert()

template<typename NodeRef>
std::pair< std::nullopt_t, bool > llvm::po_detail::NumberSet< NodeRef >::insert ( NodeRef Node)
inline

Definition at line 105 of file PostOrderIterator.h.

◆ reserve()

template<typename NodeRef>
void llvm::po_detail::NumberSet< NodeRef >::reserve ( size_t Size)
inline

Definition at line 100 of file PostOrderIterator.h.

References Size.


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