Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DLexicalScopes.h51 LastInsn(nullptr), FirstInsn(nullptr), DFSIn(0), DFSOut(0) { in LexicalScope()
106 if (DFSIn < S->getDFSIn() && DFSOut > S->getDFSOut()) in dominates()
112 unsigned getDFSOut() const { return DFSOut; } in getDFSOut()
113 void setDFSOut(unsigned O) { DFSOut = O; } in setDFSOut()
132 unsigned DFSIn, DFSOut; // In & Out Depth use to determine variable
/external/llvm/lib/CodeGen/
DLexicalScopes.cpp320 err << "DFSIn: " << DFSIn << " DFSOut: " << DFSOut << "\n"; in dump()