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

/art/compiler/optimizing/
H A Dcode_generator.h724 InstructionType* other_instruction = it.first; local
727 if (HaveSameLiveRegisters(instruction, other_instruction) &&
728 HaveSameStackMap(instruction, other_instruction)) {

Completed in 38 milliseconds