Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFoldingSet.h180 bool (*NodeEquals)(const FoldingSetBase *Self, Node *N, member
550 static bool NodeEquals(const FoldingSetBase *, Node *N, in NodeEquals() function
567 GetNodeProfile, NodeEquals, ComputeNodeHash}; in getFoldingSetInfo()
612 static bool NodeEquals(const FoldingSetBase *Base, Node *N, in NodeEquals() function
629 GetNodeProfile, NodeEquals, ComputeNodeHash}; in getFoldingSetInfo()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFoldingSet.cpp288 if (Info.NodeEquals(this, NodeInBucket, ID, IDHash, TempID)) in FindNodeOrInsertPos()