HomeSort by relevance Sort by last modified time
    Searched defs:extendToIndices (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
LiveIntervals.h 184 void extendToIndices(LiveRange &LR, ArrayRef<SlotIndex> Indices,
187 void extendToIndices(LiveRange &LR, ArrayRef<SlotIndex> Indices) {
188 extendToIndices(LR, Indices, /*Undefs=*/{});
193 /// EndPoints such that extendToIndices(LI, EndPoints) will reconstruct the
196 /// Calling pruneValue() and extendToIndices() can be used to reconstruct
  /external/llvm/lib/CodeGen/
LiveIntervalAnalysis.cpp 576 void LiveIntervals::extendToIndices(LiveRange &LR,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
LiveIntervals.cpp 613 void LiveIntervals::extendToIndices(LiveRange &LR,
    [all...]

Completed in 666 milliseconds