Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp574 struct LoweredPHIRecord { struct
579 LoweredPHIRecord(PHINode *pn, unsigned Sh, Type *Ty) in LoweredPHIRecord() argument
583 LoweredPHIRecord(PHINode *pn, unsigned Sh) in LoweredPHIRecord() argument
590 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 …]