Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DLexicalScopes.h224 void setDFSIn(unsigned I) { DFSIn = I; } in setDFSIn() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DLexicalScopes.h117 void setDFSIn(unsigned I) { DFSIn = I; } in setDFSIn() function
/external/llvm/include/llvm/CodeGen/
DLexicalScopes.h115 void setDFSIn(unsigned I) { DFSIn = I; } in setDFSIn() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLexicalScopes.cpp229 ChildScope->setDFSIn(++Counter); in constructScopeNest()
/external/llvm/lib/CodeGen/
DLexicalScopes.cpp232 ChildScope->setDFSIn(++Counter); in constructScopeNest()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLexicalScopes.cpp246 ChildScope->setDFSIn(++Counter); in constructScopeNest()