Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMicroMipsSizeReduction.cpp84 typedef struct ReduceEntryFunArgs ReduceEntryFunArgs; typedef
123 struct ReduceEntryFunArgs { struct
124 MachineInstr *MI; // Instruction
125 const ReduceEntry &Entry; // Entry field
127 &NextMII; // Iterator to next instruction in block
129 ReduceEntryFunArgs(MachineInstr *argMI, const ReduceEntry &argEntry, in ReduceEntryFunArgs() function