Home
last modified time | relevance | path

Searched refs:CurrentFnLexicalScope (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DLexicalScopes.h47 LexicalScopes() : MF(NULL), CurrentFnLexicalScope(NULL) { } in LexicalScopes()
57 bool empty() { return CurrentFnLexicalScope == NULL; } in empty()
62 return LS == CurrentFnLexicalScope; in isCurrentFunctionScope()
66 LexicalScope *getCurrentFunctionScope() const { return CurrentFnLexicalScope;} in getCurrentFunctionScope()
149 LexicalScope *CurrentFnLexicalScope; variable
/external/llvm/lib/CodeGen/
DLexicalScopes.cpp32 CurrentFnLexicalScope = nullptr; in reset()
46 if (CurrentFnLexicalScope) { in initialize()
47 constructScopeNest(CurrentFnLexicalScope); in initialize()
160 assert(!CurrentFnLexicalScope); in getOrCreateRegularScope()
161 CurrentFnLexicalScope = &I->second; in getOrCreateRegularScope()
277 if (Scope == CurrentFnLexicalScope) { in getMachineBasicBlocks()
300 if (Scope == CurrentFnLexicalScope && MBB->getParent() == MF) in dominates()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLexicalScopes.cpp42 CurrentFnLexicalScope = nullptr; in reset()
60 if (CurrentFnLexicalScope) { in initialize()
61 constructScopeNest(CurrentFnLexicalScope); in initialize()
178 assert(!CurrentFnLexicalScope); in getOrCreateRegularScope()
179 CurrentFnLexicalScope = &I->second; in getOrCreateRegularScope()
288 if (Scope == CurrentFnLexicalScope) { in getMachineBasicBlocks()
308 if (Scope == CurrentFnLexicalScope && MBB->getParent() == MF) in dominates()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLexicalScopes.cpp35 CurrentFnLexicalScope = NULL; in releaseMemory()
49 if (CurrentFnLexicalScope) { in initialize()
50 constructScopeNest(CurrentFnLexicalScope); in initialize()
169 CurrentFnLexicalScope = WScope; in getOrCreateRegularScope()
275 if (Scope == CurrentFnLexicalScope) { in getMachineBasicBlocks()
298 if (Scope == CurrentFnLexicalScope && MBB->getParent() == MF) in dominates()
/external/llvm/include/llvm/CodeGen/
DLexicalScopes.h142 LexicalScopes() : MF(nullptr), CurrentFnLexicalScope(nullptr) {} in LexicalScopes()
152 bool empty() { return CurrentFnLexicalScope == nullptr; } in empty()
156 return CurrentFnLexicalScope; in getCurrentFunctionScope()
252 LexicalScope *CurrentFnLexicalScope; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DLexicalScopes.h154 bool empty() { return CurrentFnLexicalScope == nullptr; } in empty()
158 return CurrentFnLexicalScope; in getCurrentFunctionScope()
253 LexicalScope *CurrentFnLexicalScope = nullptr; variable