Searched refs:SlotWithTag (Results 1 – 1 of 1) sorted by relevance
202 struct SlotWithTag { struct206 explicit SlotWithTag(const MachineInstr &MI) in SlotWithTag() function208 bool operator==(const SlotWithTag &Other) const { in operator ==() argument215 template <> struct DenseMapInfo<SlotWithTag> {222 static bool isEqual(const SlotWithTag &A, const SlotWithTag &B) { in isEqual()258 DenseMap<SlotWithTag, int> RetagScore; in findFirstSlotCandidate()259 SlotWithTag MaxScoreST{-1, -1}; in findFirstSlotCandidate()262 SlotWithTag ST{*I}; in findFirstSlotCandidate()313 SlotWithTag SwapST{-1, -1}; in findFirstSlotCandidate()315 SlotWithTag ST{*I}; in findFirstSlotCandidate()[all …]