Searched defs:MIR (Results 1 - 1 of 1) sorted by relevance

/art/compiler/dex/
H A Dmir_graph.h239 * Normalized use/def for a MIR operation using SSA names rather than vregs. Note that
268 struct MIR { struct in namespace:art
271 * additional fields on as-needed basis. Question: how to support MIR Pseudo-ops; probably
350 int16_t m_unit_index; // From which method was this MIR included
352 MIR* next;
358 MIR* throw_insn;
371 explicit MIR():offset(0), optimization_flags(0), m_unit_index(0), bb(NullBasicBlockId), function in struct:art::MIR
380 MIR* Copy(CompilationUnit *c_unit);
381 MIR* Copy(MIRGraph* mir_Graph);
384 return arena->Alloc(sizeof(MIR), kArenaAllocMI
[all...]

Completed in 532 milliseconds