Home | History | Annotate | Download | only in crankshaft

Lines Matching full:prev_instr

759       LInstruction* prev_instr = NULL;
761 if (i > start) prev_instr = InstructionAt(i - 1);
762 MeetConstraintsBetween(prev_instr, instr, i);