Home
last modified time | relevance | path

Searched refs:getUseSlots (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.h196 ArrayRef<SlotIndex> getUseSlots() const { return UseSlots; } in getUseSlots() function
H A DRegAllocGreedy.cpp1568 ArrayRef<SlotIndex> Uses = SA->getUseSlots(); in tryInstructionSplit()
1629 ArrayRef<SlotIndex> Uses = SA->getUseSlots(); in calcGapWeights()
1720 ArrayRef<SlotIndex> Uses = SA->getUseSlots(); in tryLocalSplit()