Searched refs:succ_state (Results 1 - 4 of 4) sorted by relevance
/external/v8/src/crankshaft/ |
H A D | hydrogen-removable-simulates.cc | 87 static State* Merge(State* succ_state, argument 92 return (succ_state == NULL) 94 : succ_state->Merge(succ_block, pred_state, pred_block, zone);
|
H A D | hydrogen-escape-analysis.cc | 270 HCapturedObject* succ_state = StateAt(succ); local 273 HValue* succ_operand = succ_state->OperandAt(index); 282 succ_state->SetOperandAt(index, phi);
|
H A D | hydrogen-load-elimination.cc | 121 static HLoadEliminationTable* Merge(HLoadEliminationTable* succ_state, argument 127 if (succ_state == NULL) { 130 return succ_state->Merge(succ_block, pred_state, pred_block, zone);
|
H A D | hydrogen-check-elimination.cc | 145 static HCheckTable* Merge(HCheckTable* succ_state, HBasicBlock* succ_block, argument 149 return succ_state; 151 if (succ_state == NULL) { 154 return succ_state->Merge(succ_block, pred_state, pred_block, zone);
|
Completed in 104 milliseconds