Searched refs:NodeEquals (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/ |
| HD | FoldingSet.h | 186 virtual bool NodeEquals(Node *N, const FoldingSetNodeID &ID, unsigned IDHash, 486 bool NodeEquals(Node *N, const FoldingSetNodeID &ID, unsigned IDHash, in NodeEquals() function 533 bool NodeEquals(Node *N, const FoldingSetNodeID &ID, unsigned IDHash, in NodeEquals() function
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/ |
| HD | FoldingSet.cpp | 331 if (NodeEquals(NodeInBucket, ID, IDHash, TempID)) in FindNodeOrInsertPos()
|