Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.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/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/llvm-project/llvm/lib/CodeGen/
DLexicalScopes.cpp42 CurrentFnLexicalScope = nullptr; in reset()
61 if (CurrentFnLexicalScope) { in initialize()
62 constructScopeNest(CurrentFnLexicalScope); in initialize()
179 assert(!CurrentFnLexicalScope); in getOrCreateRegularScope()
180 CurrentFnLexicalScope = &I->second; in getOrCreateRegularScope()
289 if (Scope == CurrentFnLexicalScope) { in getMachineBasicBlocks()
313 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-10.0/llvm/include/llvm/CodeGen/
DLexicalScopes.h153 bool empty() { return CurrentFnLexicalScope == nullptr; } in empty()
157 return CurrentFnLexicalScope; in getCurrentFunctionScope()
252 LexicalScope *CurrentFnLexicalScope = nullptr; variable
/external/llvm-project/llvm/include/llvm/CodeGen/
DLexicalScopes.h153 bool empty() { return CurrentFnLexicalScope == nullptr; } in empty()
157 return CurrentFnLexicalScope; in getCurrentFunctionScope()
249 LexicalScope *CurrentFnLexicalScope = nullptr; variable