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 87 SmallVector<SlotIndex, 8> UseSlots;
161 ArrayRef<SlotIndex> getUseSlots() const { return UseSlots; }
SplitKit.cpp 55 UseSlots.clear();
124 assert(UseSlots.empty() && "Call clear first");
131 UseSlots.push_back((*I)->def);
137 UseSlots.push_back(LIS.getInstructionIndex(MO.getParent()).getRegSlot());
139 array_pod_sort(UseSlots.begin(), UseSlots.end());
143 UseSlots.erase(std::unique(UseSlots.begin(), UseSlots.end(),
145 UseSlots.end())
    [all...]

Completed in 59 milliseconds