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

  /external/llvm/include/llvm/CodeGen/
LexicalScopes.h 216 if (DFSIn < S->getDFSIn() && DFSOut > S->getDFSOut())
222 unsigned getDFSOut() const { return DFSOut; }
  /external/llvm/lib/CodeGen/
LexicalScopes.cpp 226 if (!ChildScope->getDFSOut()) {

Completed in 48 milliseconds