reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SplitKit.cpp
  157   UseSlots.clear();
  166   assert(UseSlots.empty() && "Call clear first");
  172       UseSlots.push_back(VNI->def);
  178       UseSlots.push_back(LIS.getInstructionIndex(*MO.getParent()).getRegSlot());
  180   array_pod_sort(UseSlots.begin(), UseSlots.end());
  180   array_pod_sort(UseSlots.begin(), UseSlots.end());
  184   UseSlots.erase(std::unique(UseSlots.begin(), UseSlots.end(),
  184   UseSlots.erase(std::unique(UseSlots.begin(), UseSlots.end(),
  184   UseSlots.erase(std::unique(UseSlots.begin(), UseSlots.end(),
  186                  UseSlots.end());
  204   LLVM_DEBUG(dbgs() << "Analyze counted " << UseSlots.size() << " instrs in "
  221   UseI = UseSlots.begin();
  222   UseE = UseSlots.end();
lib/CodeGen/SplitKit.h
  196   ArrayRef<SlotIndex> getUseSlots() const { return UseSlots; }