Home
last modified time | relevance | path

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

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