Searched defs:SlotWithTag (Results 1 – 1 of 1) sorted by relevance
203 struct SlotWithTag { struct204 int FI;205 int Tag;206 SlotWithTag(int FI, int Tag) : FI(FI), Tag(Tag) {} in SlotWithTag() argument207 explicit SlotWithTag(const MachineInstr &MI) in SlotWithTag() function209 bool operator==(const SlotWithTag &Other) const { in operator ==()