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

  /external/llvm/include/llvm/CodeGen/
LexicalScopes.h 47 LexicalScopes() : MF(NULL), CurrentFnLexicalScope(NULL) { }
57 bool empty() { return CurrentFnLexicalScope == NULL; }
62 return LS == CurrentFnLexicalScope;
66 LexicalScope *getCurrentFunctionScope() const { return CurrentFnLexicalScope;}
147 /// CurrentFnLexicalScope - Top level scope for the current function.
149 LexicalScope *CurrentFnLexicalScope;
  /external/llvm/lib/CodeGen/
LexicalScopes.cpp 35 CurrentFnLexicalScope = NULL;
49 if (CurrentFnLexicalScope) {
50 constructScopeNest(CurrentFnLexicalScope);
169 CurrentFnLexicalScope = WScope;
275 if (Scope == CurrentFnLexicalScope) {
298 if (Scope == CurrentFnLexicalScope && MBB->getParent() == MF)

Completed in 594 milliseconds