Searched refs:CurrentFnLexicalScope (Results 1 – 6 of 6) sorted by relevance
47 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
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()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()
35 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()
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
154 bool empty() { return CurrentFnLexicalScope == nullptr; } in empty()158 return CurrentFnLexicalScope; in getCurrentFunctionScope()253 LexicalScope *CurrentFnLexicalScope = nullptr; variable