Home
last modified time | relevance | path

Searched refs:DFSIn (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DLexicalScopes.h161 LastInsn(0), FirstInsn(0), DFSIn(0), DFSOut(0) { in LexicalScope()
216 if (DFSIn < S->getDFSIn() && DFSOut > S->getDFSOut()) in dominates()
224 unsigned getDFSIn() const { return DFSIn; } in getDFSIn()
225 void setDFSIn(unsigned I) { DFSIn = I; } in setDFSIn()
242 unsigned DFSIn, DFSOut; // In & Out Depth use to determine variable
/external/llvm/lib/CodeGen/
DLexicalScopes.cpp321 err << "DFSIn: " << DFSIn << " DFSOut: " << DFSOut << "\n"; in dump()