Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Djump-threading.cc192 bool prev_fallthru = true; in ApplyForwarding() local
197 skip[block_num] = !prev_fallthru && result_rpo != block_rpo; in ApplyForwarding()
226 prev_fallthru = fallthru; in ApplyForwarding()