Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DSplitKit.cpp50 UseSlots.clear(); in clear()
120 assert(UseSlots.empty() && "Call clear first"); in analyzeUses()
126 UseSlots.push_back(VNI->def); in analyzeUses()
132 UseSlots.push_back(LIS.getInstructionIndex(MO.getParent()).getRegSlot()); in analyzeUses()
134 array_pod_sort(UseSlots.begin(), UseSlots.end()); in analyzeUses()
138 UseSlots.erase(std::unique(UseSlots.begin(), UseSlots.end(), in analyzeUses()
140 UseSlots.end()); in analyzeUses()
159 << UseSlots.size() << " instrs in " in analyzeUses()
176 UseI = UseSlots.begin(); in calcLiveBlockInfo()
177 UseE = UseSlots.end(); in calcLiveBlockInfo()
DSplitKit.h87 SmallVector<SlotIndex, 8> UseSlots; variable
161 ArrayRef<SlotIndex> getUseSlots() const { return UseSlots; } in getUseSlots()