Home
last modified time | relevance | path

Searched refs:getRegMaskSlotsInBlock (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterferenceCache.cpp188 RegMaskSlots = LIS->getRegMaskSlotsInBlock(MBBNum); in update()
H A DLiveIntervals.cpp932 Slots = getRegMaskSlotsInBlock(MBB->getNumber()); in checkRegMaskInterference()
H A DRegAllocGreedy.cpp1601 ArrayRef<SlotIndex> RMS = LIS->getRegMaskSlotsInBlock(BI.MBB->getNumber()); in tryLocalSplit()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h367 ArrayRef<SlotIndex> getRegMaskSlotsInBlock(unsigned MBBNum) const { in getRegMaskSlotsInBlock() function