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

  /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...]
  /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/lib/CodeGen/GlobalISel/
CSEInfo.cpp 132 MaybeNewNode = CSEMap.GetOrInsertNode(UMI);
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclTemplate.cpp 326 EntryType *Existing = Specializations.GetOrInsertNode(Entry);
546 = getPartialSpecializations().GetOrInsertNode(D);
1220 getPartialSpecializations().GetOrInsertNode(D);
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp 1383 if (MSGuidDecl *Existing = Reader.getContext().MSGuidDecls.GetOrInsertNode(D))
1394 Reader.getContext().TemplateParamObjectDecls.GetOrInsertNode(D))
2191 .GetOrInsertNode(Partial);
2194 CanonPattern->getCommonPtr()->Specializations.GetOrInsertNode(D);
2316 .GetOrInsertNode(Partial);
2318 CanonPattern->getCommonPtr()->Specializations.GetOrInsertNode(D);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 1046 SDNode *Existing = CSEMap.GetOrInsertNode(N);

Completed in 96 milliseconds