Searched defs:FoldingSet (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DFoldingSet.h1 //===-- llvm/ADT/FoldingSet.h - Uniquing Hash Set ---------------*- C++ -*-===//
61 /// To define the folding set itself use the FoldingSet template;
64 /// FoldingSet<MyNode> MyFoldingSet;
191 /// GetNodeProfile - Instantiations of the FoldingSet template implement
194 /// NodeEquals - Instantiations of the FoldingSet template implement
198 /// ComputeNodeHash - Instantiations of the FoldingSet template implement
234 /// to "profile" (in the FoldingSet parlance) an object of a given type.
391 /// FoldingSet - This template class is used to instantiate a specialized
395 template<class T> class FoldingSet : public FoldingSetImpl { class in namespace:llvm
397 /// GetNodeProfile - Each instantiatation of the FoldingSet need
418 explicit FoldingSet(unsigned Log2InitSize = 6) function in class:llvm::FoldingSet
[all...]

Completed in 176 milliseconds