Home | History | Annotate | Download | only in src

Lines Matching refs:kPhi

616     kPhi
626 bool IsPhi() const { return opcode() == kPhi; }
3343 virtual Opcode opcode() const V8_OVERRIDE { return HValue::kPhi; }