Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h351 ArrayRef<SlotIndex> getRegMaskSlots() const { return RegMaskSlots; } in getRegMaskSlots() function
357 return getRegMaskSlots().slice(P.first, P.second); in getRegMaskSlotsInBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp311 !LI.isLiveAtIndexes(LIS.getRegMaskSlots()) && in weightCalcHelper()
H A DLiveIntervals.cpp922 Slots = getRegMaskSlots(); in checkRegMaskInterference()