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

  /external/llvm/include/llvm/ADT/
FoldingSet.h 71 /// 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);
435 /// GetOrInsertNode - If there is an existing simple Node exactly
438 T *GetOrInsertNode(Node *N) {
439 return static_cast<T *>(FoldingSetImpl::GetOrInsertNode(N));
515 /// GetOrInsertNode - If there is an existing simple Node exactly
518 T *GetOrInsertNode(Node *N) {
519 return static_cast<T *>(FoldingSetImpl::GetOrInsertNode(N))
    [all...]
  /external/clang/lib/AST/
DeclTemplate.cpp 276 getSpecializations().GetOrInsertNode(Info);
363 = getSpecializations().GetOrInsertNode(D);
386 = getPartialSpecializations().GetOrInsertNode(D);
    [all...]
  /external/llvm/lib/Support/
FoldingSet.cpp 374 /// GetOrInsertNode - If there is an existing simple Node exactly
377 FoldingSetImpl::Node *FoldingSetImpl::GetOrInsertNode(FoldingSetImpl::Node *N) {
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 283 DIEAbbrev *InSet = AbbreviationsSet->GetOrInsertNode(&Abbrev);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 709 SDNode *Existing = CSEMap.GetOrInsertNode(N);
    [all...]

Completed in 177 milliseconds