Searched refs:GetNodeProfile (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | FoldingSet.h | 174 void (*GetNodeProfile)(const FoldingSetBase *Self, Node *N, member 527 static void GetNodeProfile(const FoldingSetBase *, Node *N, in GetNodeProfile() function 552 GetNodeProfile, NodeEquals, ComputeNodeHash}; in getFoldingSetInfo() 591 static void GetNodeProfile(const FoldingSetBase *Base, Node *N, in GetNodeProfile() function 614 GetNodeProfile, NodeEquals, ComputeNodeHash}; in getFoldingSetInfo()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | FoldingSet.cpp | 379 Info.GetNodeProfile(this, N, ID); in GetOrInsertNode()
|