Searched defs:MIR (Results 1 – 1 of 1) sorted by relevance
268 struct MIR { struct274 struct DecodedInstruction {350 int16_t m_unit_index; // From which method was this MIR included argument352 MIR* next; argument358 MIR* throw_insn; argument371 explicit MIR():offset(0), optimization_flags(0), m_unit_index(0), bb(NullBasicBlockId), in MIR() argument380 MIR* Copy(CompilationUnit *c_unit); argument384 return arena->Alloc(sizeof(MIR), kArenaAllocMIR); in new() argument409 MIR* first_mir_insn; argument