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

/external/llvm/lib/Support/
H A DFoldingSet.cpp397 /// GetOrInsertNode - If there is an existing simple Node exactly
400 FoldingSetImpl::Node *FoldingSetImpl::GetOrInsertNode(FoldingSetImpl::Node *N) { function in class:FoldingSetImpl
/external/llvm/include/llvm/ADT/
H A DFoldingSet.h69 /// MyNode *M = MyFoldingSet.GetOrInsertNode(N);
155 /// GetOrInsertNode - If there is an existing simple Node exactly
158 Node *GetOrInsertNode(Node *N);
173 Node *Inserted = GetOrInsertNode(N);
449 /// GetOrInsertNode - If there is an existing simple Node exactly
452 T *GetOrInsertNode(Node *N) { function in class:llvm::final
453 return static_cast<T *>(FoldingSetImpl::GetOrInsertNode(N));
527 /// GetOrInsertNode - If there is an existing simple Node exactly
530 T *GetOrInsertNode(Node *N) { function in class:llvm::final
531 return static_cast<T *>(FoldingSetImpl::GetOrInsertNode(
578 T *GetOrInsertNode(T *N) { function in class:llvm::FoldingSetVector
[all...]

Completed in 33 milliseconds