Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp307 !LI.isLiveAtIndexes(LIS.getRegMaskSlots()) && in weightCalcHelper()
H A DLiveIntervals.cpp916 Slots = getRegMaskSlots(); in checkRegMaskInterference()