Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.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()
/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/llvm-project/llvm/lib/CodeGen/
DLexicalScopes.cpp247 auto &ChildScope = Children[ChildNum]; in constructScopeNest() local
248 WorkStack.push_back(std::make_pair(ChildScope, 0)); in constructScopeNest()
249 ChildScope->setDFSIn(++Counter); in constructScopeNest()