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

/external/llvm/lib/CodeGen/
H A DSplitKit.h159 /// getUseSlots - Return an array of SlotIndexes of instructions using CurLI.
161 ArrayRef<SlotIndex> getUseSlots() const { return UseSlots; } function in class:llvm::SplitAnalysis
H A DRegAllocGreedy.cpp1552 ArrayRef<SlotIndex> Uses = SA->getUseSlots();
1610 ArrayRef<SlotIndex> Uses = SA->getUseSlots();
1696 ArrayRef<SlotIndex> Uses = SA->getUseSlots();

Completed in 257 milliseconds