Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djump-threading.cc151 bool prev_fallthru = true; in ApplyForwarding() local
154 skip[block_num] = !prev_fallthru && result[block_num].ToInt() != block_num; in ApplyForwarding()
170 prev_fallthru = fallthru; in ApplyForwarding()