Searched refs:LoweredPHIRecord (Results 1 – 1 of 1) sorted by relevance
574 struct LoweredPHIRecord { struct579 LoweredPHIRecord(PHINode *pn, unsigned Sh, Type *Ty) in LoweredPHIRecord() argument583 LoweredPHIRecord(PHINode *pn, unsigned Sh) in LoweredPHIRecord() argument590 struct DenseMapInfo<LoweredPHIRecord> {591 static inline LoweredPHIRecord getEmptyKey() { in getEmptyKey()592 return LoweredPHIRecord(0, 0); in getEmptyKey()594 static inline LoweredPHIRecord getTombstoneKey() { in getTombstoneKey()595 return LoweredPHIRecord(0, 1); in getTombstoneKey()597 static unsigned getHashValue(const LoweredPHIRecord &Val) { in getHashValue()601 static bool isEqual(const LoweredPHIRecord &LHS, in isEqual()[all …]