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 142 LexicalScopes() : MF(nullptr), CurrentFnLexicalScope(nullptr) {}
152 bool empty() { return CurrentFnLexicalScope == nullptr; }
156 return CurrentFnLexicalScope;
250 /// CurrentFnLexicalScope - Top level scope for the current function.
252 LexicalScope *CurrentFnLexicalScope;
  /external/llvm/lib/CodeGen/
LexicalScopes.cpp 32 CurrentFnLexicalScope = nullptr;
46 if (CurrentFnLexicalScope) {
47 constructScopeNest(CurrentFnLexicalScope);
161 assert(!CurrentFnLexicalScope);
162 CurrentFnLexicalScope = &I->second;
278 if (Scope == CurrentFnLexicalScope) {
301 if (Scope == CurrentFnLexicalScope && MBB->getParent() == MF)

Completed in 42 milliseconds