Home | History | Annotate | Download | only in compiler

Lines Matching defs:MIR

128 typedef struct MIR {
132 struct MIR *prev;
133 struct MIR *next;
143 } MIR;
164 MIR *firstMIRInsn;
165 MIR *lastMIRInsn;
291 void dvmCompilerAppendMIR(BasicBlock *bb, MIR *mir);
293 void dvmCompilerPrependMIR(BasicBlock *bb, MIR *mir);
295 void dvmCompilerInsertMIRAfter(BasicBlock *bb, MIR *currentMIR, MIR *newMIR);