Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DFoldingSet.h444 T *GetOrInsertNode(Node *N) { in GetOrInsertNode() function
523 T *GetOrInsertNode(Node *N) { in GetOrInsertNode() function
571 T *GetOrInsertNode(T *N) { in GetOrInsertNode() function
/external/llvm/lib/Support/
DFoldingSet.cpp380 FoldingSetImpl::Node *FoldingSetImpl::GetOrInsertNode(FoldingSetImpl::Node *N) { in GetOrInsertNode() function in FoldingSetImpl