HomeSort by: relevance | last modified time | path
    Searched refs:CurrentFnLexicalScope (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LexicalScopes.cpp 42 CurrentFnLexicalScope = nullptr;
61 if (CurrentFnLexicalScope) {
62 constructScopeNest(CurrentFnLexicalScope);
179 assert(!CurrentFnLexicalScope);
180 CurrentFnLexicalScope = &I->second;
289 if (Scope == CurrentFnLexicalScope) {
313 if (Scope == CurrentFnLexicalScope && MBB->getParent() == MF)
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LexicalScopes.h 153 bool empty() { return CurrentFnLexicalScope == nullptr; }
157 return CurrentFnLexicalScope;
247 /// CurrentFnLexicalScope - Top level scope for the current function.
249 LexicalScope *CurrentFnLexicalScope = nullptr;

Completed in 29 milliseconds