Searched refs:previous_entry (Results 1 – 1 of 1) sorted by relevance
331 size_t previous_entry = entry.user_link; in TryVisitNodes() local333 DCHECK_LT(previous_entry, current_entry) << entry.node_info->depth << " " << entry.low_depth; in TryVisitNodes()335 if (stack[previous_entry].low_depth > entry.low_depth) { in TryVisitNodes()336 stack[previous_entry].low_depth = entry.low_depth; in TryVisitNodes()351 current_entry = previous_entry; in TryVisitNodes()