LLVM
8.0.1
|
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 "llvm/ADT/FoldingSet.h"
Public Member Functions | |
void | Profile (FoldingSetNodeID &ID) const |
Public Member Functions inherited from llvm::FoldingSetBase::Node | |
Node ()=default | |
void * | getNextInBucket () const |
void | SetNextInBucket (void *N) |
Protected Member Functions | |
FastFoldingSetNode (const FoldingSetNodeID &ID) | |
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 733 of file FoldingSet.h.
|
inlineexplicitprotected |
Definition at line 737 of file FoldingSet.h.
|
inline |
Definition at line 740 of file FoldingSet.h.
References llvm::FoldingSetNodeID::AddNodeID().