Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLexicalScopes.cpp225 LexicalScope *ChildScope = *SI; in constructScopeNest() local
226 if (!ChildScope->getDFSOut()) { in constructScopeNest()
227 WorkStack.push_back(ChildScope); in constructScopeNest()
229 ChildScope->setDFSIn(++Counter); in constructScopeNest()
/external/llvm/lib/CodeGen/
DLexicalScopes.cpp228 LexicalScope *ChildScope = *SI; in constructScopeNest() local
229 if (!ChildScope->getDFSOut()) { in constructScopeNest()
230 WorkStack.push_back(ChildScope); in constructScopeNest()
232 ChildScope->setDFSIn(++Counter); in constructScopeNest()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLexicalScopes.cpp242 for (auto &ChildScope : Children) in constructScopeNest() local
243 if (!ChildScope->getDFSOut()) { in constructScopeNest()
244 WorkStack.push_back(ChildScope); in constructScopeNest()
246 ChildScope->setDFSIn(++Counter); in constructScopeNest()