Home
last modified time | relevance | path

Searched defs:MemOpQueueEntry (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp131 struct MemOpQueueEntry { struct
132 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