static inline PPRegion getTombstoneKey() { return PPRegion(llvm::sys::fs::UniqueID(0, 0), unsigned(-2), 0); }
static inline PPRegion getTombstoneKey() { return PPRegion(0, 0, unsigned(-2), 0); }
static inline PPRegion getEmptyKey() { return PPRegion(llvm::sys::fs::UniqueID(0, 0), unsigned(-1), 0); }
static inline PPRegion getEmptyKey() { return PPRegion(0, 0, unsigned(-1), 0); }