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

  /external/llvm/include/llvm/CodeGen/
LiveRangeEdit.h 167 /// createEmptyIntervalFrom - Create a new empty interval based on OldReg.
168 LiveInterval &createEmptyIntervalFrom(unsigned OldReg);
176 return createEmptyIntervalFrom(getReg());
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
LiveRangeEdit.h 125 LiveInterval &createEmptyIntervalFrom(unsigned OldReg, bool createSubRanges);
186 return createEmptyIntervalFrom(getReg(), true);
  /external/llvm/lib/CodeGen/
LiveRangeEdit.cpp 34 LiveInterval &LiveRangeEdit::createEmptyIntervalFrom(unsigned OldReg) {
337 LiveInterval &NewLI = createEmptyIntervalFrom(Dest);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
LiveRangeEdit.cpp 34 LiveInterval &LiveRangeEdit::createEmptyIntervalFrom(unsigned OldReg,
62 // the createEmptyIntervalFrom API is used when this is not
363 LiveInterval &NewLI = createEmptyIntervalFrom(Dest, false);

Completed in 6538 milliseconds