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