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

  /external/swiftshader/third_party/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/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);
160 assert(!CurrentFnLexicalScope);
161 CurrentFnLexicalScope = &I->second;
277 if (Scope == CurrentFnLexicalScope) {
300 if (Scope == CurrentFnLexicalScope && MBB->getParent() == MF)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LexicalScopes.h 153 bool empty() { return CurrentFnLexicalScope == nullptr; }
157 return CurrentFnLexicalScope;
250 /// CurrentFnLexicalScope - Top level scope for the current function.
252 LexicalScope *CurrentFnLexicalScope = nullptr;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
LexicalScopes.h 154 bool empty() { return CurrentFnLexicalScope == nullptr; }
158 return CurrentFnLexicalScope;
251 /// CurrentFnLexicalScope - Top level scope for the current function.
253 LexicalScope *CurrentFnLexicalScope = nullptr;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
LexicalScopes.h 154 bool empty() { return CurrentFnLexicalScope == nullptr; }
158 return CurrentFnLexicalScope;
251 /// CurrentFnLexicalScope - Top level scope for the current function.
253 LexicalScope *CurrentFnLexicalScope = nullptr;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
LexicalScopes.h 154 bool empty() { return CurrentFnLexicalScope == nullptr; }
158 return CurrentFnLexicalScope;
251 /// CurrentFnLexicalScope - Top level scope for the current function.
253 LexicalScope *CurrentFnLexicalScope = nullptr;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
LexicalScopes.h 154 bool empty() { return CurrentFnLexicalScope == nullptr; }
158 return CurrentFnLexicalScope;
251 /// CurrentFnLexicalScope - Top level scope for the current function.
253 LexicalScope *CurrentFnLexicalScope = nullptr;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
LexicalScopes.h 154 bool empty() { return CurrentFnLexicalScope == nullptr; }
158 return CurrentFnLexicalScope;
251 /// CurrentFnLexicalScope - Top level scope for the current function.
253 LexicalScope *CurrentFnLexicalScope = nullptr;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
LexicalScopes.h 154 bool empty() { return CurrentFnLexicalScope == nullptr; }
158 return CurrentFnLexicalScope;
251 /// CurrentFnLexicalScope - Top level scope for the current function.
253 LexicalScope *CurrentFnLexicalScope = nullptr;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LexicalScopes.h 153 bool empty() { return CurrentFnLexicalScope == nullptr; }
157 return CurrentFnLexicalScope;
250 /// CurrentFnLexicalScope - Top level scope for the current function.
252 LexicalScope *CurrentFnLexicalScope = nullptr;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
LexicalScopes.h 154 bool empty() { return CurrentFnLexicalScope == nullptr; }
158 return CurrentFnLexicalScope;
251 /// CurrentFnLexicalScope - Top level scope for the current function.
253 LexicalScope *CurrentFnLexicalScope = nullptr;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
LexicalScopes.h 154 bool empty() { return CurrentFnLexicalScope == nullptr; }
158 return CurrentFnLexicalScope;
251 /// CurrentFnLexicalScope - Top level scope for the current function.
253 LexicalScope *CurrentFnLexicalScope = nullptr;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
LexicalScopes.h 154 bool empty() { return CurrentFnLexicalScope == nullptr; }
158 return CurrentFnLexicalScope;
251 /// CurrentFnLexicalScope - Top level scope for the current function.
253 LexicalScope *CurrentFnLexicalScope = nullptr;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
LexicalScopes.h 154 bool empty() { return CurrentFnLexicalScope == nullptr; }
158 return CurrentFnLexicalScope;
251 /// CurrentFnLexicalScope - Top level scope for the current function.
253 LexicalScope *CurrentFnLexicalScope = nullptr;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
LexicalScopes.h 154 bool empty() { return CurrentFnLexicalScope == nullptr; }
158 return CurrentFnLexicalScope;
251 /// CurrentFnLexicalScope - Top level scope for the current function.
253 LexicalScope *CurrentFnLexicalScope = nullptr;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
LexicalScopes.h 154 bool empty() { return CurrentFnLexicalScope == nullptr; }
158 return CurrentFnLexicalScope;
251 /// CurrentFnLexicalScope - Top level scope for the current function.
253 LexicalScope *CurrentFnLexicalScope = nullptr;
  /external/swiftshader/third_party/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 792 milliseconds