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

/external/llvm/lib/Support/
H A DFoldingSet.cpp376 /// GetOrInsertNode - If there is an existing simple Node exactly
379 FoldingSetImpl::Node *FoldingSetImpl::GetOrInsertNode(FoldingSetImpl::Node *N) { function in class:FoldingSetImpl
/external/llvm/include/llvm/ADT/
H A DFoldingSet.h71 /// MyNode *M = MyFoldingSet.GetOrInsertNode(N);
154 /// GetOrInsertNode - If there is an existing simple Node exactly
157 Node *GetOrInsertNode(Node *N);
172 Node *Inserted = GetOrInsertNode(N);
434 /// GetOrInsertNode - If there is an existing simple Node exactly
437 T *GetOrInsertNode(Node *N) { function in class:llvm::FoldingSet
438 return static_cast<T *>(FoldingSetImpl::GetOrInsertNode(N));
514 /// GetOrInsertNode - If there is an existing simple Node exactly
517 T *GetOrInsertNode(Node *N) { function in class:llvm::ContextualFoldingSet
518 return static_cast<T *>(FoldingSetImpl::GetOrInsertNode(
606 T *GetOrInsertNode(T *N) { function in class:llvm::FoldingSetVector
[all...]

Completed in 189 milliseconds