Searched refs:DFSIn (Results 1 – 2 of 2) sorted by relevance
50 LastInsn(nullptr), FirstInsn(nullptr), DFSIn(0), DFSOut(0) { in LexicalScope()103 if (DFSIn < S->getDFSIn() && DFSOut > S->getDFSOut()) in dominates()111 unsigned getDFSIn() const { return DFSIn; } in getDFSIn()112 void setDFSIn(unsigned I) { DFSIn = I; } in setDFSIn()129 unsigned DFSIn, DFSOut; // In & Out Depth use to determine variable
338 err << "DFSIn: " << DFSIn << " DFSOut: " << DFSOut << "\n"; in dump()