OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:phi_true
(Results
1 - 1
of
1
) sorted by null
/external/v8/src/compiler/
control-flow-optimizer.cc
181
Node*
phi_true
= graph()->NewNode(phi->op(), input_count + 1, inputs);
local
190
edge.UpdateTo((control == matcher.IfTrue()) ?
phi_true
: phi_false);
Completed in 50 milliseconds