HomeSort by relevance Sort by last modified time
    Searched full:childscope (Results 1 - 1 of 1) sorted by null

  /external/llvm/lib/CodeGen/
LexicalScopes.cpp 225 LexicalScope *ChildScope = *SI;
226 if (!ChildScope->getDFSOut()) {
227 WorkStack.push_back(ChildScope);
229 ChildScope->setDFSIn(++Counter);

Completed in 51 milliseconds