Home | History | Annotate | Download | only in src

Lines Matching refs:HPhi

2252 class HPhi: public HValue {
2254 explicit HPhi(int merged_index)
2293 void AddNonPhiUsesFrom(HPhi* other);
2318 static HPhi* cast(HValue* value) {
2320 return reinterpret_cast<HPhi*>(value);
3440 void set_incoming_value(HPhi* value) {
3444 HPhi* incoming_value() {
3451 HPhi* incoming_value_;