Searched refs:UseSlots (Results 1 – 2 of 2) sorted by relevance
159 UseSlots.clear(); in clear()168 assert(UseSlots.empty() && "Call clear first"); in analyzeUses()174 UseSlots.push_back(VNI->def); in analyzeUses()180 UseSlots.push_back(LIS.getInstructionIndex(*MO.getParent()).getRegSlot()); in analyzeUses()182 array_pod_sort(UseSlots.begin(), UseSlots.end()); in analyzeUses()186 UseSlots.erase(std::unique(UseSlots.begin(), UseSlots.end(), in analyzeUses()188 UseSlots.end()); in analyzeUses()206 LLVM_DEBUG(dbgs() << "Analyze counted " << UseSlots.size() << " instrs in " in analyzeUses()223 UseI = UseSlots.begin(); in calcLiveBlockInfo()224 UseE = UseSlots.end(); in calcLiveBlockInfo()
148 SmallVector<SlotIndex, 8> UseSlots; variable201 ArrayRef<SlotIndex> getUseSlots() const { return UseSlots; } in getUseSlots()