Searched defs:InsertNode (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Support/
H A DFoldingSet.cpp268 InsertNode(NodeInBucket,
304 /// InsertNode - Insert the specified node into the folding set, knowing that it
307 void FoldingSetImpl::InsertNode(Node *N, void *InsertPos) { function in class:FoldingSetImpl
383 InsertNode(N, IP);
/external/llvm/include/llvm/ADT/
H A DFoldingSet.h89 /// should be inserted using InsertNode.
94 /// InsertNode(N, InsertPoint);
164 /// InsertNode - Insert the specified node into the folding set, knowing that
167 void InsertNode(Node *N, void *InsertPos);
169 /// InsertNode - Insert the specified node into the folding set, knowing that
171 void InsertNode(Node *N) { function in class:llvm::FoldingSetImpl

Completed in 338 milliseconds