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

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

Completed in 17 milliseconds