Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSplitKit.h201 ArrayRef<SlotIndex> getUseSlots() const { return UseSlots; } in getUseSlots() function
H A DRegAllocGreedy.cpp2105 ArrayRef<SlotIndex> Uses = SA->getUseSlots(); in tryInstructionSplit()
2162 ArrayRef<SlotIndex> Uses = SA->getUseSlots(); in calcGapWeights()
2252 ArrayRef<SlotIndex> Uses = SA->getUseSlots(); in tryLocalSplit()