Searched refs:ComputeNodeHash (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | FoldingSet.h | 184 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 D | FoldingSet.cpp | 250 GetBucketFor(Info.ComputeNodeHash(this, NodeInBucket, TempID), in GrowBucketCount() 310 InsertPos = GetBucketFor(Info.ComputeNodeHash(this, N, TempID), Buckets, in InsertNode()
|