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/
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/
DCalcSpillWeights.cpp307 !LI.isLiveAtIndexes(LIS.getRegMaskSlots()) && in weightCalcHelper()
DLiveIntervals.cpp916 Slots = getRegMaskSlots(); in checkRegMaskInterference()