Home
last modified time | relevance | path

Searched defs:extendToIndices (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h192 void extendToIndices(LiveRange &LR, ArrayRef<SlotIndex> Indices) { extendToIndices() function
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervals.cpp615 void LiveIntervals::extendToIndices(LiveRange &LR, extendToIndices() function in LiveIntervals