Searched refs:ComputeNodeHash (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | FoldingSet.h | 186 unsigned (*ComputeNodeHash)(const FoldingSetBase *Self, Node *N, member 559 static unsigned ComputeNodeHash(const FoldingSetBase *, Node *N, in ComputeNodeHash() function 567 GetNodeProfile, NodeEquals, ComputeNodeHash}; in getFoldingSetInfo() 620 static unsigned ComputeNodeHash(const FoldingSetBase *Base, Node *N, in ComputeNodeHash() function 629 GetNodeProfile, NodeEquals, ComputeNodeHash}; in getFoldingSetInfo()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | FoldingSet.cpp | 250 GetBucketFor(Info.ComputeNodeHash(this, NodeInBucket, TempID), in GrowBucketCount() 310 InsertPos = GetBucketFor(Info.ComputeNodeHash(this, N, TempID), Buckets, in InsertNode()
|