Insert the specified node into the folding set, knowing that it is not already in the folding set.
Synopsis
Declared in <llvm/ADT/FoldingSet.h>
void
InsertNode(T* N);
Parameters
Name |
Description |
N |
Node to insert. |
Created with MrDocs