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 67 /// openInsnRange - This scope covers instruction range starting from MI.
68 void openInsnRange(const MachineInstr *MI) {
73 Parent->openInsnRange(MI);
  /external/llvm/lib/CodeGen/
LexicalScopes.cpp 275 S->openInsnRange(R.first);

Completed in 59 milliseconds