Searched refs:prev_instr (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/compiler/
H A Dmove-optimizer.cc304 Instruction* prev_instr = code()->instructions()[first_instr_index]; local
305 RemoveClobberedDestinations(prev_instr);
309 // Migrate to the gap of prev_instr eligible moves from instr.
310 MigrateMoves(instr, prev_instr);
313 prev_instr = instr;
/external/v8/src/crankshaft/
H A Dlithium-allocator.cc760 LInstruction* prev_instr = NULL; local
762 if (i > start) prev_instr = InstructionAt(i - 1);
763 MeetConstraintsBetween(prev_instr, instr, i);
H A Dhydrogen.cc10273 HInstruction* prev_instr = instr->previous(); local
10275 instr = prev_instr;

Completed in 95 milliseconds