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

  /external/llvm/include/llvm/CodeGen/
LexicalScopes.h 192 auto I = LexicalScopeMap.find(N);
193 return I != LexicalScopeMap.end() ? &I->second : nullptr;
231 /// LexicalScopeMap - Tracks the scopes in the current function.
233 std::unordered_map<const DILocalScope *, LexicalScope> LexicalScopeMap;
242 /// AbstractScopeMap - These scopes are not included LexicalScopeMap.
  /external/llvm/lib/CodeGen/
LexicalScopes.cpp 33 LexicalScopeMap.clear();
146 auto I = LexicalScopeMap.find(Scope);
147 if (I != LexicalScopeMap.end())
154 I = LexicalScopeMap.emplace(std::piecewise_construct,

Completed in 294 milliseconds