Searched defs:MIRef (Results 1 – 2 of 2) sorted by relevance
56 struct MIRef { struct 62 MIRef(MachineBasicBlock *MBB) : MBB(MBB) { in MIRef() argument 67 MIRef(MachineInstr *MI) in MIRef() argument 70 MIRef(MachineInstr *MI, MachineBasicBlock *MBB) in MIRef() argument 73 MIRef(MachineInstr *MI, MachineBasicBlock *MBB, size_t Pos) in MIRef() argument 76 bool operator==(const MIRef &RHS) const { in operator ==() argument 79 bool operator!=(const MIRef &RHS) const { return !(*this == RHS); } in operator !=() argument 80 bool operator<(const MIRef &RHS) const { in operator <() argument 57 MI__anona171e2bf0111::MIRef global() argument 58 MBB__anona171e2bf0111::MIRef global() argument 60 Pos__anona171e2bf0111::MIRef global() argument 75 operator bool__anona171e2bf0111::MIRef operator bool() argument 85 operator >__anona171e2bf0111::MIRef operator >() argument [all...]
1869 MachineInstr &MIRef = const_cast<MachineInstr &>(MI); in shouldAddToPacket() local