Searched defs:MemOpQueueEntry (Results 1 – 1 of 1) sorted by relevance
129 struct MemOpQueueEntry { struct130 MachineInstr *MI;131 int Offset; ///< Load/Store offset.132 unsigned Position; ///< Position as counted from end of basic block.134 MemOpQueueEntry(MachineInstr &MI, int Offset, unsigned Position) in MemOpQueueEntry() argument