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