HomeSort by: relevance | last modified time | path
    Searched defs:GetOrInsertNode (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
FoldingSet.cpp 420 /// GetOrInsertNode - If there is an existing simple Node exactly
424 FoldingSetBase::GetOrInsertNode(FoldingSetBase::Node *N,
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
FoldingSet.h 71 /// MyNode *M = MyFoldingSet.GetOrInsertNode(N);
207 /// GetOrInsertNode - If there is an existing simple Node exactly
210 Node *GetOrInsertNode(Node *N, const FoldingSetInfo &Info);
451 /// GetOrInsertNode - If there is an existing simple Node exactly
454 T *GetOrInsertNode(T *N) {
456 FoldingSetBase::GetOrInsertNode(N, Derived::getFoldingSetInfo()));
477 T *Inserted = GetOrInsertNode(N);
631 /// GetOrInsertNode - If there is an existing simple Node exactly
634 T *GetOrInsertNode(T *N) {
635 T *Result = Set.GetOrInsertNode(N)
    [all...]

Completed in 52 milliseconds