Searched refs:SlotWithTag (Results 1 – 1 of 1) sorted by relevance
202 struct SlotWithTag { struct205 SlotWithTag(int FI, int Tag) : FI(FI), Tag(Tag) {} in SlotWithTag() function206 explicit SlotWithTag(const MachineInstr &MI) in SlotWithTag() argument208 bool operator==(const SlotWithTag &Other) const { in operator ==() argument215 template <> struct DenseMapInfo<SlotWithTag> {216 static inline SlotWithTag getEmptyKey() { return {-2, -2}; } in getEmptyKey()217 static inline SlotWithTag getTombstoneKey() { return {-3, -3}; } in getTombstoneKey()218 static unsigned getHashValue(const SlotWithTag &V) { in getHashValue()222 static bool isEqual(const SlotWithTag &A, const SlotWithTag &B) { in isEqual()258 DenseMap<SlotWithTag, int> RetagScore; in findFirstSlotCandidate()[all …]