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

/external/v8/src/
H A Dhydrogen.cc330 int outstanding_successors = 1; // one edge from the pre-header local
340 outstanding_successors--;
352 ASSERT(outstanding_successors >= 0);
354 if (outstanding_successors == 0 &&
368 outstanding_successors++;

Completed in 53 milliseconds