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

  /src/external/apache2/llvm/dist/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
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveIntervals.cpp 633 void LiveIntervals::extendToIndices(LiveRange &LR,

Completed in 18 milliseconds