HomeSort by relevance Sort by last modified time
    Searched refs:GetOrInsertNode (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/ADT/
FoldingSet.h 69 /// MyNode *M = MyFoldingSet.GetOrInsertNode(N);
155 /// GetOrInsertNode - If there is an existing simple Node exactly
158 Node *GetOrInsertNode(Node *N);
173 Node *Inserted = GetOrInsertNode(N);
449 /// GetOrInsertNode - If there is an existing simple Node exactly
452 T *GetOrInsertNode(Node *N) {
453 return static_cast<T *>(FoldingSetImpl::GetOrInsertNode(N));
527 /// GetOrInsertNode - If there is an existing simple Node exactly
530 T *GetOrInsertNode(Node *N) {
531 return static_cast<T *>(FoldingSetImpl::GetOrInsertNode(N))
    [all...]
  /external/llvm/lib/Support/
FoldingSet.cpp 397 /// GetOrInsertNode - If there is an existing simple Node exactly
400 FoldingSetImpl::Node *FoldingSetImpl::GetOrInsertNode(FoldingSetImpl::Node *N) {
  /external/clang/lib/AST/
DeclTemplate.cpp 195 EntryType *Existing = Specializations.GetOrInsertNode(Entry);
410 = getPartialSpecializations().GetOrInsertNode(D);
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 820 SDNode *Existing = CSEMap.GetOrInsertNode(N);
    [all...]

Completed in 136 milliseconds