Home
last modified time | relevance | path

Searched refs:ComputeNodeHash (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DFoldingSet.h181 unsigned (*ComputeNodeHash)(const FoldingSetBase *Self, Node *N, member
516 static unsigned ComputeNodeHash(const FoldingSetBase *, Node *N, in ComputeNodeHash() function
524 GetNodeProfile, NodeEquals, ComputeNodeHash}; in getFoldingSetInfo()
577 static unsigned ComputeNodeHash(const FoldingSetBase *Base, Node *N, in ComputeNodeHash() function
586 GetNodeProfile, NodeEquals, ComputeNodeHash}; in getFoldingSetInfo()
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DFoldingSet.cpp298 GetBucketFor(Info.ComputeNodeHash(this, NodeInBucket, TempID), in GrowBucketCount()
358 InsertPos = GetBucketFor(Info.ComputeNodeHash(this, N, TempID), Buckets, in InsertNode()