Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveIntervalAnalysis.h344 ArrayRef<SlotIndex> getRegMaskSlotsInBlock(unsigned MBBNum) const { in getRegMaskSlotsInBlock() function
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DInterferenceCache.cpp180 RegMaskSlots = LIS->getRegMaskSlotsInBlock(MBBNum); in update()
H A DLiveIntervalAnalysis.cpp834 Slots = getRegMaskSlotsInBlock(MBB->getNumber()); in checkRegMaskInterference()
H A DRegAllocGreedy.cpp1711 ArrayRef<SlotIndex> RMS = LIS->getRegMaskSlotsInBlock(BI.MBB->getNumber()); in tryLocalSplit()