HomeSort by: relevance | last modified time | path
    Searched refs:createEmptyIntervalFrom (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LiveRangeEdit.h 125 LiveInterval &createEmptyIntervalFrom(Register OldReg, bool createSubRanges);
186 return createEmptyIntervalFrom(getReg(), true);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveRangeEdit.cpp 33 LiveInterval &LiveRangeEdit::createEmptyIntervalFrom(Register OldReg,
61 // the createEmptyIntervalFrom API is used when this is not
365 LiveInterval &NewLI = createEmptyIntervalFrom(Dest, false);

Completed in 81 milliseconds