Home
last modified time | relevance | path

Searched refs:getRegMaskSlots (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h345 ArrayRef<SlotIndex> getRegMaskSlots() const { return RegMaskSlots; } in getRegMaskSlots() function
351 return getRegMaskSlots().slice(P.first, P.second); in getRegMaskSlotsInBlock()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp307 !LI.isLiveAtIndexes(LIS.getRegMaskSlots()) && in weightCalcHelper()
H A DLiveIntervals.cpp922 Slots = getRegMaskSlots(); in checkRegMaskInterference()