Home | History | Annotate | Download | only in src

Lines Matching refs:HPhi

2805 class HPhi;
2910 static InductionVariableData* ExaminePhi(HPhi* phi);
2938 HPhi* phi() { return phi_; }
2979 InductionVariableData(HPhi* phi, HValue* base, int32_t increment)
2989 static int32_t ComputeIncrement(HPhi* phi, HValue* phi_operand);
2994 HPhi* phi_;
3010 class HPhi: public HValue {
3012 HPhi(int merged_index, Zone* zone)
3070 void AddNonPhiUsesFrom(HPhi* other);
3099 static HPhi* cast(HValue* value) {
3101 return reinterpret_cast<HPhi*>(value);
4938 void set_incoming_value(HPhi* value) {
4942 HPhi* incoming_value() {
4959 HPhi* incoming_value_;