Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DFoldingSet.h443 T *GetOrInsertNode(Node *N) { in GetOrInsertNode() function
522 T *GetOrInsertNode(Node *N) { in GetOrInsertNode() function
611 T *GetOrInsertNode(T *N) { in GetOrInsertNode() function
/external/llvm/lib/Support/
DFoldingSet.cpp377 FoldingSetImpl::Node *FoldingSetImpl::GetOrInsertNode(FoldingSetImpl::Node *N) { in GetOrInsertNode() function in FoldingSetImpl