Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLazyCallGraph.cpp167 SmallVector<const SCC *, 4> AncestorWorklist; in isDescendantOf() local
168 AncestorWorklist.push_back(this); in isDescendantOf()
170 const SCC *AncestorC = AncestorWorklist.pop_back_val(); in isDescendantOf()
174 AncestorWorklist.push_back(ParentC); in isDescendantOf()
175 } while (!AncestorWorklist.empty()); in isDescendantOf()