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

/external/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h51 LastInsn(nullptr), FirstInsn(nullptr), DFSIn(0), DFSOut(0) {
106 if (DFSIn < S->getDFSIn() && DFSOut > S->getDFSOut())
114 unsigned getDFSIn() const { return DFSIn; }
115 void setDFSIn(unsigned I) { DFSIn = I; }
132 unsigned DFSIn, DFSOut; // In & Out Depth use to determine member in class:llvm::LexicalScope

Completed in 77 milliseconds