Home
last modified time | relevance | path

Searched refs:LoweredPHIRecord (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/llvm/lib/Transforms/InstCombine/
HDInstCombinePHI.cpp570 struct LoweredPHIRecord { struct
575 LoweredPHIRecord(PHINode *pn, unsigned Sh, Type *Ty) in LoweredPHIRecord() function
579 LoweredPHIRecord(PHINode *pn, unsigned Sh) in LoweredPHIRecord() function
586 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 …]