Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDFoldingSet.h186 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/
HDFoldingSet.cpp331 if (NodeEquals(NodeInBucket, ID, IDHash, TempID)) in FindNodeOrInsertPos()