Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DSCCIterator.h78 SccTy CurrentSCC; variable
110 assert(!CurrentSCC.empty() || VisitStack.empty()); in isAtEnd()
111 return CurrentSCC.empty(); in isAtEnd()
115 return VisitStack == x.VisitStack && CurrentSCC == x.CurrentSCC;
125 return CurrentSCC;
176 CurrentSCC.clear(); // Prepare to compute the next SCC in GetNextSCC()
204 CurrentSCC.push_back(SCCNodeStack.back()); in GetNextSCC()
206 nodeVisitNumbers[CurrentSCC.back()] = ~0U; in GetNextSCC()
207 } while (CurrentSCC.back() != visitingN); in GetNextSCC()
215 if (CurrentSCC.size() > 1) in hasLoop()
[all …]