Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSCCIterator.h74 std::vector<NodeRef> SCCNodeStack; variable
149 SCCNodeStack.push_back(N); in DFSVisitOne()
206 CurrentSCC.push_back(SCCNodeStack.back()); in GetNextSCC()
207 SCCNodeStack.pop_back(); in GetNextSCC()