Searched defs:SlotWithTag (Results 1 – 1 of 1) sorted by relevance
207 struct SlotWithTag { struct208 int FI;209 int Tag;210 SlotWithTag(int FI, int Tag) : FI(FI), Tag(Tag) {} in SlotWithTag() argument211 explicit SlotWithTag(const MachineInstr &MI) in SlotWithTag() function213 bool operator==(const SlotWithTag &Other) const { in operator ==()