Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DFoldingSet.h184 unsigned (*ComputeNodeHash)(const FoldingSetBase *Self, Node *N, member
543 static unsigned ComputeNodeHash(const FoldingSetBase *, Node *N, in ComputeNodeHash() function
551 GetNodeProfile, NodeEquals, ComputeNodeHash}; in getFoldingSetInfo()
604 static unsigned ComputeNodeHash(const FoldingSetBase *Base, Node *N, in ComputeNodeHash() function
613 GetNodeProfile, NodeEquals, ComputeNodeHash}; in getFoldingSetInfo()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DFoldingSet.cpp250 GetBucketFor(Info.ComputeNodeHash(this, NodeInBucket, TempID), in GrowBucketCount()
310 InsertPos = GetBucketFor(Info.ComputeNodeHash(this, N, TempID), Buckets, in InsertNode()