HomeSort by relevance Sort by last modified time
    Searched refs:UseSlots (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
SplitKit.h 86 SmallVector<SlotIndex, 8> UseSlots;
160 ArrayRef<SlotIndex> getUseSlots() const { return UseSlots; }
SplitKit.cpp 54 UseSlots.clear();
123 assert(UseSlots.empty() && "Call clear first");
130 UseSlots.push_back((*I)->def);
138 UseSlots.push_back(LIS.getInstructionIndex(&*I).getRegSlot());
140 array_pod_sort(UseSlots.begin(), UseSlots.end());
144 UseSlots.erase(std::unique(UseSlots.begin(), UseSlots.end(),
146 UseSlots.end())
    [all...]

Completed in 34 milliseconds