Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DFoldingSet.h452 T *GetOrInsertNode(Node *N) { in GetOrInsertNode() function
530 T *GetOrInsertNode(Node *N) { in GetOrInsertNode() function
578 T *GetOrInsertNode(T *N) { in GetOrInsertNode() function
/external/llvm/lib/Support/
DFoldingSet.cpp400 FoldingSetImpl::Node *FoldingSetImpl::GetOrInsertNode(FoldingSetImpl::Node *N) { in GetOrInsertNode() function in FoldingSetImpl