Home | History | Annotate | Download | only in src

Lines Matching refs:instr

1331   explicit HSuccessorIterator(HControlInstruction* instr)
1332 : instr_(instr), current_(0) { }
4844 HInstruction* instr = HMul::New(zone, context, left, right);
4845 if (!instr->IsMul()) return instr;
4846 HMul* mul = HMul::cast(instr);
6141 void SetGVNFlags(HValue *instr, bool is_store);
6892 HTransitionElementsKind* instr = HTransitionElementsKind::cast(other);
6893 return original_map_ == instr->original_map_ &&
6894 transitioned_map_ == instr->transitioned_map_;