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

  /external/llvm/include/llvm/CodeGen/
LexicalScopes.h 214 /// extractLexicalScopes - Extract instruction ranges for each lexical scopes
216 void extractLexicalScopes(SmallVectorImpl<InsnRange> &MIRanges,
  /external/llvm/lib/CodeGen/
LexicalScopes.cpp 45 extractLexicalScopes(MIRanges, MI2ScopeMap);
52 /// extractLexicalScopes - Extract instruction ranges for each lexical scopes
54 void LexicalScopes::extractLexicalScopes(

Completed in 187 milliseconds