Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Deffect-control-linearizer.cc275 Node* phi_true = graph->NewNode(phi->op(), input_count + 1, inputs); in TryCloneBranch() local
287 edge.UpdateTo((control == matcher.IfTrue()) ? phi_true : phi_false); in TryCloneBranch()
291 true_block_data->current_effect = phi_true; in TryCloneBranch()