Searched refs:SlotWithTag (Results 1 – 1 of 1) sorted by relevance
207 struct SlotWithTag { struct210 SlotWithTag(int FI, int Tag) : FI(FI), Tag(Tag) {} in SlotWithTag() function211 explicit SlotWithTag(const MachineInstr &MI) in SlotWithTag() function213 bool operator==(const SlotWithTag &Other) const { in operator ==() argument220 template <> struct DenseMapInfo<SlotWithTag> {221 static inline SlotWithTag getEmptyKey() { return {-2, -2}; } in getEmptyKey()222 static inline SlotWithTag getTombstoneKey() { return {-3, -3}; } in getTombstoneKey()223 static unsigned getHashValue(const SlotWithTag &V) { in getHashValue()227 static bool isEqual(const SlotWithTag &A, const SlotWithTag &B) { in isEqual()263 DenseMap<SlotWithTag, int> RetagScore; in findFirstSlotCandidate()[all …]