Searched defs:MemOpQueueEntry (Results 1 – 1 of 1) sorted by relevance
133 struct MemOpQueueEntry { struct134 MachineInstr *MI;135 int Offset; ///< Load/Store offset.136 unsigned Position; ///< Position as counted from end of basic block.138 MemOpQueueEntry(MachineInstr &MI, int Offset, unsigned Position) in MemOpQueueEntry() function