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

/art/compiler/dex/
H A Dmir_graph.h222 * Normalized use/def for a MIR operation using SSA names rather than vregs. Note that
249 class MIR : public ArenaObject<kArenaAllocMIR> { class in namespace:art
253 * additional fields on as-needed basis. Question: how to support MIR Pseudo-ops; probably
334 int16_t m_unit_index; // From which method was this MIR included
336 MIR* next;
342 MIR* throw_insn;
356 explicit MIR() : offset(0), optimization_flags(0), m_unit_index(0), bb(NullBasicBlockId), function in class:art::MIR
365 MIR* Copy(CompilationUnit *c_unit);
366 MIR* Copy(MIRGraph* mir_Graph);
401 MIR* first_mir_ins
[all...]

Completed in 240 milliseconds