Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DSCCIterator.h75 std::vector<NodeRef> SCCNodeStack; variable
147 SCCNodeStack.push_back(N); in DFSVisitOne()
204 CurrentSCC.push_back(SCCNodeStack.back()); in GetNextSCC()
205 SCCNodeStack.pop_back(); in GetNextSCC()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DSCCIterator.h54 std::vector<NodeType *> SCCNodeStack; variable
72 SCCNodeStack.push_back(N); in DFSVisitOne()
123 CurrentSCC.push_back(SCCNodeStack.back()); in GetNextSCC()
124 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()