Searched refs:CurrentFnLexicalScope (Results 1 – 6 of 6) sorted by relevance
42 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()
32 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()
42 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()
142 LexicalScopes() : MF(nullptr), CurrentFnLexicalScope(nullptr) {} in LexicalScopes()152 bool empty() { return CurrentFnLexicalScope == nullptr; } in empty()156 return CurrentFnLexicalScope; in getCurrentFunctionScope()252 LexicalScope *CurrentFnLexicalScope; variable
153 bool empty() { return CurrentFnLexicalScope == nullptr; } in empty()157 return CurrentFnLexicalScope; in getCurrentFunctionScope()252 LexicalScope *CurrentFnLexicalScope = nullptr; variable
153 bool empty() { return CurrentFnLexicalScope == nullptr; } in empty()157 return CurrentFnLexicalScope; in getCurrentFunctionScope()249 LexicalScope *CurrentFnLexicalScope = nullptr; variable