Home
last modified time | relevance | path

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

/external/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()
/external/llvm/include/llvm/ADT/
DSCCIterator.h73 std::vector<NodeType *> SCCNodeStack; variable
145 SCCNodeStack.push_back(N); in DFSVisitOne()
202 CurrentSCC.push_back(SCCNodeStack.back()); in GetNextSCC()
203 SCCNodeStack.pop_back(); in GetNextSCC()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
DSCCIterator.h78 std::vector<NodeRef> SCCNodeStack; variable
153 SCCNodeStack.push_back(N); in DFSVisitOne()
210 CurrentSCC.push_back(SCCNodeStack.back()); in GetNextSCC()
211 SCCNodeStack.pop_back(); in GetNextSCC()