Searched refs:succ_operand (Results 1 – 1 of 1) sorted by relevance
272 HValue* succ_operand = succ_state->OperandAt(index); in AnalyzeDataFlow() local273 if (succ_operand->IsPhi() && succ_operand->block() == succ) { in AnalyzeDataFlow()275 HPhi* phi = HPhi::cast(succ_operand); in AnalyzeDataFlow()277 } else if (succ_operand != operand) { in AnalyzeDataFlow()279 HPhi* phi = NewPhiAndInsert(succ, succ_operand, index); in AnalyzeDataFlow()