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

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

Completed in 92 milliseconds