Home | History | Annotate | Download | only in src

Lines Matching full:prev_instr

774       LInstruction* prev_instr = NULL;
776 if (i > start) prev_instr = InstructionAt(i - 1);
777 MeetConstraintsBetween(prev_instr, instr, i);