Searched defs:SlotWithTag (Results 1 – 1 of 1) sorted by relevance
202 struct SlotWithTag { struct203 int FI;204 int Tag;205 SlotWithTag(int FI, int Tag) : FI(FI), Tag(Tag) {} in SlotWithTag() argument206 explicit SlotWithTag(const MachineInstr &MI) in SlotWithTag() argument208 bool operator==(const SlotWithTag &Other) const { in operator ==()