Searched refs:LoweredPHIRecord (Results 1 – 1 of 1) sorted by relevance
570 struct LoweredPHIRecord { struct575 LoweredPHIRecord(PHINode *pn, unsigned Sh, Type *Ty) in LoweredPHIRecord() function579 LoweredPHIRecord(PHINode *pn, unsigned Sh) in LoweredPHIRecord() function586 struct DenseMapInfo<LoweredPHIRecord> {587 static inline LoweredPHIRecord getEmptyKey() { in getEmptyKey()588 return LoweredPHIRecord(nullptr, 0); in getEmptyKey()590 static inline LoweredPHIRecord getTombstoneKey() { in getTombstoneKey()591 return LoweredPHIRecord(nullptr, 1); in getTombstoneKey()593 static unsigned getHashValue(const LoweredPHIRecord &Val) { in getHashValue()597 static bool isEqual(const LoweredPHIRecord &LHS, in isEqual()[all …]