Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djump-threading.cc31 RpoNumber to_to = result[to.ToInt()]; in Forward() local
36 } else if (to_to == unvisited()) { in Forward()
41 } else if (to_to == onstack()) { in Forward()
47 result[from.ToInt()] = to_to; // forward the block. in Forward()