Home
last modified time | relevance | path

Searched defs:UsersPosition (Results 1 – 1 of 1) sorted by relevance

/llvm-project/mlir/lib/Conversion/PDLToPDLInterp/
H A DPredicate.h380 struct UsersPosition struct
383 explicit UsersPosition(const KeyTy &key) : Base(key) { parent = key.first; } in UsersPosition() argument
386 static llvm::hash_code hashKey(const KeyTy &key) { in hashKey()
391 bool useRepresentative() const { return key.second; } in useRepresentative()