Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp664 struct LoweredPHIRecord { struct
669 LoweredPHIRecord(PHINode *pn, unsigned Sh, Type *Ty) in LoweredPHIRecord() function
673 LoweredPHIRecord(PHINode *pn, unsigned Sh) in LoweredPHIRecord() argument
680 struct DenseMapInfo<LoweredPHIRecord> {
681 static inline LoweredPHIRecord getEmptyKey() { in getEmptyKey()
682 return LoweredPHIRecord(nullptr, 0); in getEmptyKey()
684 static inline LoweredPHIRecord getTombstoneKey() { in getTombstoneKey()
685 return LoweredPHIRecord(nullptr, 1); in getTombstoneKey()
687 static unsigned getHashValue(const LoweredPHIRecord &Val) { in getHashValue()
691 static bool isEqual(const LoweredPHIRecord &LHS, in isEqual()
[all …]