Searched refs:AncestorWorklist (Results 1 – 1 of 1) sorted by relevance
167 SmallVector<const SCC *, 4> AncestorWorklist; in isDescendantOf() local168 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()