reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ADT/SetVector.h
  298     : public SetVector<T, SmallVector<T, N>, SmallDenseSet<T, N>> {
include/llvm/Analysis/CGSCCPassManager.h
  316   SmallDenseSet<std::pair<LazyCallGraph::Node *, LazyCallGraph::SCC *>, 4>
  754   SmallDenseSet<std::pair<LazyCallGraph::Node *, LazyCallGraph::SCC *>, 4>
include/llvm/Support/GenericDomTreeConstruction.h
  642     SmallDenseSet<TreeNodePtr, 8> Visited;
lib/Bitcode/Reader/MetadataLoader.cpp
  117   SmallDenseSet<unsigned, 1> ForwardReference;
  121   SmallDenseSet<unsigned, 1> UnresolvedNodes;
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
  724   SmallDenseSet<DbgVariable *, 8> Visited;
  726   SmallDenseSet<DbgVariable *, 8> Visiting;
lib/DebugInfo/DWARF/DWARFVerifier.cpp
  245       SmallDenseSet<uint16_t> AttributeSet;
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
 2827     SmallDenseSet<unsigned> SGPRsUsed;
lib/Target/AMDGPU/SIInstrInfo.cpp
 3967     SmallDenseSet<RegSubRegPair> SGPRsUsed;
 4157   SmallDenseSet<unsigned> SGPRsUsed;
lib/Transforms/ObjCARC/ObjCARCOpts.cpp
  620   SmallDenseSet<const Value*, 2> EquivalentArgs;
lib/Transforms/Utils/BasicBlockUtils.cpp
  285       SmallDenseSet<std::pair<DILocalVariable *, DIExpression *>, 2>
lib/Transforms/Utils/LoopRotationUtils.cpp
  315   SmallDenseSet<DbgIntrinsicHash, 8> DbgIntrinsics;
lib/Transforms/Utils/LoopUtils.cpp
  600   llvm::SmallDenseSet<std::pair<DIVariable *, DIExpression *>, 4> DeadDebugSet;
lib/Transforms/Vectorize/SLPVectorizer.cpp
 5395   SmallDenseSet<StoreInst *> Tails;
 6948   SmallDenseSet<Instruction *, 4> KeyNodes;
lib/Transforms/Vectorize/VPlanVerifier.cpp
   30   SmallDenseSet<const VPBlockBase *, 8> VPBlockSet;
tools/clang/include/clang/AST/DeclObjC.h
 1105   using ProtocolPropertySet = llvm::SmallDenseSet<const ObjCProtocolDecl *, 8>;
tools/clang/lib/AST/ASTContext.cpp
10103   llvm::SmallDenseSet<const FunctionDecl*, 4> SeenDecls;
tools/clang/lib/CodeGen/CGOpenMPRuntime.h
  656   llvm::SmallDenseSet<const VarDecl *> DeferredGlobalVariables;
tools/clang/lib/Sema/SemaLookup.cpp
 5359   llvm::SmallDenseSet<Module*, 8> UniqueModuleSet;
tools/clang/lib/Sema/SemaOpenMP.cpp
 2775   llvm::SmallDenseSet<const ValueDecl *, 4> ImplicitDeclarations;
tools/clang/utils/TableGen/ClangAttrEmitter.cpp
  794     SmallDenseSet<StringRef, 8> unique_set;
  910       SmallDenseSet<StringRef, 8> Uniques;
 1018       SmallDenseSet<StringRef, 8> Uniques;
 2093   SmallDenseSet<StringRef, 8> Seen;
tools/lldb/source/Breakpoint/BreakpointResolver.cpp
  271     llvm::SmallDenseSet<Block *, 8> blocks_with_breakpoints;
unittests/ADT/DenseSetTest.cpp
   66                          SmallDenseSet<unsigned, 1, TestDenseSetInfo>,
   67                          SmallDenseSet<unsigned, 4, TestDenseSetInfo>,
   68                          const SmallDenseSet<unsigned, 4, TestDenseSetInfo>,
utils/TableGen/CodeGenDAGPatterns.cpp
  113   SmallDenseSet<unsigned, 4> Modes;
  228   SmallDenseSet<unsigned, 4> Modes;
 3120     SmallDenseSet<StringRef, 4> OperandsSet;