Home
last modified time | relevance | path

Searched refs:succ_operand (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/crankshaft/
Dhydrogen-escape-analysis.cc273 HValue* succ_operand = succ_state->OperandAt(index); in AnalyzeDataFlow() local
274 if (succ_operand->IsPhi() && succ_operand->block() == succ) { in AnalyzeDataFlow()
276 HPhi* phi = HPhi::cast(succ_operand); in AnalyzeDataFlow()
278 } else if (succ_operand != operand) { in AnalyzeDataFlow()
280 HPhi* phi = NewPhiAndInsert(succ, succ_operand, index); in AnalyzeDataFlow()