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

/external/llvm/lib/Support/
H A DFoldingSet.cpp270 InsertNode(NodeInBucket,
306 /// InsertNode - Insert the specified node into the folding set, knowing that it
309 void FoldingSetImpl::InsertNode(Node *N, void *InsertPos) { function in class:FoldingSetImpl
385 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
612 /// InsertNode - Insert the specified node into the folding set, knowing that
615 void InsertNode(T *N, void *InsertPos) { function in class:llvm::FoldingSetVector
616 Set.InsertNode(N, InsertPos);
620 /// InsertNode
622 void InsertNode(T *N) { function in class:llvm::FoldingSetVector
[all...]

Completed in 345 milliseconds