Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DLexicalScopes.h215 if (DFSIn < S->getDFSIn() && DFSOut > S->getDFSOut()) in dominates()
221 unsigned getDFSOut() const { return DFSOut; } in getDFSOut() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DLexicalScopes.h108 if (DFSIn < S->getDFSIn() && DFSOut > S->getDFSOut()) in dominates()
114 unsigned getDFSOut() const { return DFSOut; } in getDFSOut() function
/external/llvm/include/llvm/CodeGen/
DLexicalScopes.h106 if (DFSIn < S->getDFSIn() && DFSOut > S->getDFSOut()) in dominates()
112 unsigned getDFSOut() const { return DFSOut; } in getDFSOut() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLexicalScopes.cpp226 if (!ChildScope->getDFSOut()) { in constructScopeNest()
/external/llvm/lib/CodeGen/
DLexicalScopes.cpp229 if (!ChildScope->getDFSOut()) { in constructScopeNest()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLexicalScopes.cpp243 if (!ChildScope->getDFSOut()) { in constructScopeNest()