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

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

Completed in 352 milliseconds