HomeSort by relevance Sort by last modified time
    Searched refs:DFSIn (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
LexicalScopes.h 50 LastInsn(nullptr), FirstInsn(nullptr), DFSIn(0), DFSOut(0) {
103 if (DFSIn < S->getDFSIn() && DFSOut > S->getDFSOut())
111 unsigned getDFSIn() const { return DFSIn; }
112 void setDFSIn(unsigned I) { DFSIn = I; }
129 unsigned DFSIn, DFSOut; // In & Out Depth use to determine
  /external/llvm/lib/CodeGen/
LexicalScopes.cpp 338 err << "DFSIn: " << DFSIn << " DFSOut: " << DFSOut << "\n";

Completed in 6267 milliseconds