Searched refs:GetOrInsertNode (Results 1 - 6 of 6) sorted by relevance

/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);
440 /// GetOrInsertNode - If there is an existing simple Node exactly
443 T *GetOrInsertNode(Node *N) { function in class:llvm::FoldingSet
444 return static_cast<T *>(FoldingSetImpl::GetOrInsertNode(N));
519 /// GetOrInsertNode - If there is an existing simple Node exactly
522 T *GetOrInsertNode(Node *N) { function in class:llvm::ContextualFoldingSet
523 return static_cast<T *>(FoldingSetImpl::GetOrInsertNode(
611 T *GetOrInsertNode(T *N) { function in class:llvm::FoldingSetVector
[all...]
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp30 DIEAbbrev *InSet = AbbreviationsSet.GetOrInsertNode(&Abbrev);
/external/clang/lib/AST/
H A DDeclTemplate.cpp276 getSpecializations().GetOrInsertNode(Info);
364 = getSpecializations().GetOrInsertNode(D);
385 = getPartialSpecializations().GetOrInsertNode(D);
997 getSpecializations().GetOrInsertNode(D);
1017 getPartialSpecializations().GetOrInsertNode(D);
/external/llvm/lib/Support/
H A DFoldingSet.cpp374 /// GetOrInsertNode - If there is an existing simple Node exactly
377 FoldingSetImpl::Node *FoldingSetImpl::GetOrInsertNode(FoldingSetImpl::Node *N) { function in class:FoldingSetImpl
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp1740 .GetOrInsertNode(Partial);
1743 CanonPattern->getCommonPtr()->Specializations.GetOrInsertNode(D);
1874 .GetOrInsertNode(Partial);
1876 CanonPattern->getCommonPtr()->Specializations.GetOrInsertNode(D);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp770 SDNode *Existing = CSEMap.GetOrInsertNode(N);

Completed in 556 milliseconds