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 193 auto I = LexicalScopeMap.find(N);
194 return I != LexicalScopeMap.end() ? &I->second : nullptr;
226 /// LexicalScopeMap - Tracks the scopes in the current function.
228 std::unordered_map<const MDNode *, LexicalScope> LexicalScopeMap;
236 /// AbstractScopeMap - These scopes are not included LexicalScopeMap.
  /external/llvm/lib/CodeGen/
LexicalScopes.cpp 33 LexicalScopeMap.clear();
162 auto I = LexicalScopeMap.find(Scope);
163 if (I != LexicalScopeMap.end())
171 I = LexicalScopeMap.emplace(std::piecewise_construct, std::make_tuple(Scope),

Completed in 486 milliseconds