Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLazyCallGraph.cpp251 SmallVector<const RefSCC *, 4> AncestorWorklist; in isDescendantOf() local
252 AncestorWorklist.push_back(this); in isDescendantOf()
254 const RefSCC *AncestorC = AncestorWorklist.pop_back_val(); in isDescendantOf()
258 AncestorWorklist.push_back(ParentC); in isDescendantOf()
259 } while (!AncestorWorklist.empty()); in isDescendantOf()