Home
last modified time | relevance | path

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

/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/llvm/lib/CodeGen/
DLexicalScopes.cpp230 if (!ChildScope->getDFSOut()) { in constructScopeNest()