LLVM  4.0.0
Public Member Functions | Protected Member Functions | List of all members
llvm::FastFoldingSetNode Class Reference

FastFoldingSetNode - This is a subclass of FoldingSetNode which stores a FoldingSetNodeID value rather than requiring the node to recompute it each time it is needed. More...

#include <FoldingSet.h>

Inheritance diagram for llvm::FastFoldingSetNode:
[legend]
Collaboration diagram for llvm::FastFoldingSetNode:
[legend]

Public Member Functions

void Profile (FoldingSetNodeID &ID) const
 
- Public Member Functions inherited from llvm::FoldingSetImpl::Node
 Node ()
 
void * getNextInBucket () const
 
void SetNextInBucket (void *N)
 

Protected Member Functions

 FastFoldingSetNode (const FoldingSetNodeID &ID)
 

Detailed Description

FastFoldingSetNode - This is a subclass of FoldingSetNode which stores a FoldingSetNodeID value rather than requiring the node to recompute it each time it is needed.

This trades space for speed (which can be significant if the ID is long), and it also permits nodes to drop information that would otherwise only be required for recomputing an ID.

Definition at line 748 of file FoldingSet.h.

Constructor & Destructor Documentation

llvm::FastFoldingSetNode::FastFoldingSetNode ( const FoldingSetNodeID ID)
inlineexplicitprotected

Definition at line 752 of file FoldingSet.h.

Member Function Documentation

void llvm::FastFoldingSetNode::Profile ( FoldingSetNodeID ID) const
inline

Definition at line 755 of file FoldingSet.h.

References llvm::FoldingSetNodeID::AddNodeID().


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