Searched refs:extendToIndices (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DLiveIntervalAnalysis.h167 /// extendToIndices - Extend the live range of LI to reach all points in
175 void extendToIndices(LiveRange &LR, ArrayRef<SlotIndex> Indices);
180 /// EndPoints such that extendToIndices(LI, EndPoints) will reconstruct the
183 /// Calling pruneValue() and extendToIndices() can be used to reconstruct
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp2522 LIS->extendToIndices(LRange, EndPoints);
2660 LIS->extendToIndices((LiveRange&)LHS, EndPoints);
H A DLiveIntervalAnalysis.cpp597 void LiveIntervals::extendToIndices(LiveRange &LR, function in class:LiveIntervals

Completed in 97 milliseconds