Lines Matching refs:instr
75 HInstruction* instr = it.Current();
77 if (instr->IsBlockEntry()) continue;
78 if (instr->IsControlInstruction()) continue;
79 if (instr->IsSimulate()) continue;
80 if (instr->IsEnterInlined()) continue;
81 if (instr->IsLeaveInlined()) continue;
84 for (int j = 0; j < instr->OperandCount(); ++j) {
85 HValue* operand = instr->OperandAt(j);
90 if (operand->block() == instr->block() &&
103 dummy->InsertBefore(instr);
107 instr->DeleteAndReplaceWith(last_dummy);
110 if (instr->IsDeoptimize()) {