Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dbranch-elimination.cc420 bool node_conditions_changed = node_conditions_.Set(node, conditions); in UpdateConditions() local
421 if (reduced_changed || node_conditions_changed) { in UpdateConditions()