Lines Matching refs:instr
95 HInstruction* instr,
97 switch (instr->opcode()) {
99 HEnvironmentMarker* marker = HEnvironmentMarker::cast(instr);
129 ASSERT(instr->next()->IsSimulate());
130 ASSERT(instr->next()->next()->IsGoto());
139 HEnterInlined* enter = HEnterInlined::cast(instr);
149 last_simulate_ = HSimulate::cast(instr);
181 for (HInstruction* instr = block->end(); instr != NULL;
182 instr = instr->previous()) {
183 UpdateLivenessAtInstruction(instr, &live);