Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DFoldingSet.h178 bool (*NodeEquals)(const FoldingSetBase *Self, Node *N, member
534 static bool NodeEquals(const FoldingSetBase *, Node *N, in NodeEquals() function
551 GetNodeProfile, NodeEquals, ComputeNodeHash}; in getFoldingSetInfo()
596 static bool NodeEquals(const FoldingSetBase *Base, Node *N, in NodeEquals() function
613 GetNodeProfile, NodeEquals, ComputeNodeHash}; in getFoldingSetInfo()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DFoldingSet.cpp288 if (Info.NodeEquals(this, NodeInBucket, ID, IDHash, TempID)) in FindNodeOrInsertPos()