Searched refs:SlotWithTag (Results 1 – 1 of 1) sorted by relevance
207 struct SlotWithTag { struct211 explicit SlotWithTag(const MachineInstr &MI) in SlotWithTag() function213 bool operator==(const SlotWithTag &Other) const { in operator ==() argument220 template <> struct DenseMapInfo<SlotWithTag> {227 static bool isEqual(const SlotWithTag &A, const SlotWithTag &B) { in isEqual()263 DenseMap<SlotWithTag, int> RetagScore; in findFirstSlotCandidate()264 SlotWithTag MaxScoreST{-1, -1}; in findFirstSlotCandidate()267 SlotWithTag ST{*I}; in findFirstSlotCandidate()319 SlotWithTag SwapST{-1, -1}; in findFirstSlotCandidate()321 SlotWithTag ST{*I}; in findFirstSlotCandidate()[all …]