Home
last modified time | relevance | path

Searched refs:reached_fixed_point (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dschedule.cc358 bool reached_fixed_point = false; in EliminateRedundantPhiNodes() local
359 while (!reached_fixed_point) { in EliminateRedundantPhiNodes()
360 reached_fixed_point = true; in EliminateRedundantPhiNodes()
380 reached_fixed_point = false; in EliminateRedundantPhiNodes()

Completed in 2 milliseconds