Lines Matching refs:HPhi
3040 class HPhi;
3145 static InductionVariableData* ExaminePhi(HPhi* phi);
3173 HPhi* phi() { return phi_; }
3214 InductionVariableData(HPhi* phi, HValue* base, int32_t increment)
3224 static int32_t ComputeIncrement(HPhi* phi, HValue* phi_operand);
3229 HPhi* phi_;
3245 class HPhi V8_FINAL : public HValue {
3247 HPhi(int merged_index, Zone* zone)
3310 void AddNonPhiUsesFrom(HPhi* other);
3339 static HPhi* cast(HValue* value) {
3341 return reinterpret_cast<HPhi*>(value);
5332 void set_incoming_value(HPhi* value) { incoming_value_ = value; }
5333 HPhi* incoming_value() { return incoming_value_; }
5354 HPhi* incoming_value_;