Searched refs:next_last (Results 1 – 1 of 1) sorted by relevance
105 SCCNodeData* next_last = last->caller; in StrongConnect() local106 if (next_last == nullptr) { in StrongConnect()110 next_last->lowlink = std::min(next_last->lowlink, last->lowlink); in StrongConnect()111 last = next_last; in StrongConnect()