Searched defs:getRegMaskSlots (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DLiveIntervalAnalysis.h336 /// getRegMaskSlots - Returns a sorted array of slot indices of all
338 ArrayRef<SlotIndex> getRegMaskSlots() const { return RegMaskSlots; } function in class:llvm::LiveIntervals
345 return getRegMaskSlots().slice(P.first, P.second);
349 /// corresponding to getRegMaskSlots().

Completed in 243 milliseconds