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 139 LexicalScopes() : MF(nullptr), CurrentFnLexicalScope(nullptr) {}
149 bool empty() { return CurrentFnLexicalScope == nullptr; }
154 return LS == CurrentFnLexicalScope;
159 return CurrentFnLexicalScope;
244 /// CurrentFnLexicalScope - Top level scope for the current function.
246 LexicalScope *CurrentFnLexicalScope;
  /external/llvm/lib/CodeGen/
LexicalScopes.cpp 32 CurrentFnLexicalScope = nullptr;
46 if (CurrentFnLexicalScope) {
47 constructScopeNest(CurrentFnLexicalScope);
177 CurrentFnLexicalScope = &I->second;
294 if (Scope == CurrentFnLexicalScope) {
317 if (Scope == CurrentFnLexicalScope && MBB->getParent() == MF)

Completed in 153 milliseconds