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

  /external/llvm/include/llvm/CodeGen/
LexicalScopes.h 180 /// openInsnRange - This scope covers instruction range starting from MI.
181 void openInsnRange(const MachineInstr *MI) {
186 Parent->openInsnRange(MI);
  /external/llvm/lib/CodeGen/
LexicalScopes.cpp 255 S->openInsnRange(R.first);

Completed in 350 milliseconds