Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DSplitKit.h161 ArrayRef<SlotIndex> getUseSlots() const { return UseSlots; } in getUseSlots() function
DRegAllocGreedy.cpp1583 ArrayRef<SlotIndex> Uses = SA->getUseSlots(); in tryInstructionSplit()
1641 ArrayRef<SlotIndex> Uses = SA->getUseSlots(); in calcGapWeights()
1727 ArrayRef<SlotIndex> Uses = SA->getUseSlots(); in tryLocalSplit()