Searched refs:SlotWithTag (Results 1 – 1 of 1) sorted by relevance
204 struct SlotWithTag { struct208 explicit SlotWithTag(const MachineInstr &MI) in SlotWithTag() argument210 bool operator==(const SlotWithTag &Other) const { in operator ==() argument217 template <> struct DenseMapInfo<SlotWithTag> {224 static bool isEqual(const SlotWithTag &A, const SlotWithTag &B) { in isEqual()260 DenseMap<SlotWithTag, int> RetagScore; in findFirstSlotCandidate()261 SlotWithTag MaxScoreST{-1, -1}; in findFirstSlotCandidate()264 SlotWithTag ST{*I}; in findFirstSlotCandidate()315 SlotWithTag SwapST{-1, -1}; in findFirstSlotCandidate()317 SlotWithTag ST{*I}; in findFirstSlotCandidate()[all …]