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

/external/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h161 LastInsn(0), FirstInsn(0), DFSIn(0), DFSOut(0) {
216 if (DFSIn < S->getDFSIn() && DFSOut > S->getDFSOut())
222 unsigned getDFSOut() const { return DFSOut; }
223 void setDFSOut(unsigned O) { DFSOut = O; }
242 unsigned DFSIn, DFSOut; // In & Out Depth use to determine member in class:llvm::LexicalScope
/external/llvm/lib/CodeGen/
H A DLexicalScopes.cpp321 err << "DFSIn: " << DFSIn << " DFSOut: " << DFSOut << "\n"; local

Completed in 529 milliseconds