HomeSort by relevance Sort by last modified time
    Searched full:phi_false (Results 1 - 1 of 1) sorted by null

  /external/v8/src/compiler/
control-flow-optimizer.cc 183 Node* phi_false = graph()->NewNode(phi->op(), input_count + 1, inputs); local
190 edge.UpdateTo((control == matcher.IfTrue()) ? phi_true : phi_false);

Completed in 809 milliseconds