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

/art/compiler/sea_ir/ir/
H A Dsea.cc362 InstructionNode* current_instruction = (*instructions_it); local
364 std::vector<int> used_regs = current_instruction->GetUses();
369 current_instruction->RenameToSSA(current_used_reg, definition);
372 std::vector<int> def_regs = current_instruction->GetDefinitions();
376 scoped_table->Add(current_defined_reg, current_instruction);

Completed in 4 milliseconds