Searched defs:LoweredPHIRecord (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp574 struct LoweredPHIRecord { struct in namespace:__anon26247
579 LoweredPHIRecord(PHINode *pn, unsigned Sh, Type *Ty) function in struct:__anon26247::LoweredPHIRecord
583 LoweredPHIRecord(PHINode *pn, unsigned Sh) function in struct:__anon26247::LoweredPHIRecord
590 struct DenseMapInfo<LoweredPHIRecord> {
591 static inline LoweredPHIRecord getEmptyKey() {
592 return LoweredPHIRecord(nullptr, 0);
594 static inline LoweredPHIRecord getTombstoneKey() {
595 return LoweredPHIRecord(nullptr, 1);
597 static unsigned getHashValue(const LoweredPHIRecord &Val) {
601 static bool isEqual(const LoweredPHIRecord
[all...]

Completed in 277 milliseconds