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

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

Completed in 166 milliseconds