Searched defs:getDFSOut (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h106 if (DFSIn < S->getDFSIn() && DFSOut > S->getDFSOut())
112 unsigned getDFSOut() const { return DFSOut; } function in class:llvm::LexicalScope

Completed in 37 milliseconds