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()
119 assert(UseSlots.empty() && "Call clear first"); in analyzeUses()
125 UseSlots.push_back(VNI->def); in analyzeUses()
131 UseSlots.push_back(LIS.getInstructionIndex(MO.getParent()).getRegSlot()); in analyzeUses()
133 array_pod_sort(UseSlots.begin(), UseSlots.end()); in analyzeUses()
137 UseSlots.erase(std::unique(UseSlots.begin(), UseSlots.end(), in analyzeUses()
139 UseSlots.end()); in analyzeUses()
158 << UseSlots.size() << " instrs in " in analyzeUses()
175 UseI = UseSlots.begin(); in calcLiveBlockInfo()
176 UseE = UseSlots.end(); in calcLiveBlockInfo()
DSplitKit.h87 SmallVector<SlotIndex, 8> UseSlots; variable
161 ArrayRef<SlotIndex> getUseSlots() const { return UseSlots; } in getUseSlots()