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

Declarations

include/llvm/CodeGen/RegisterPressure.h
  549   SlotIndex getCurrSlot() const;

References

lib/CodeGen/RegisterPressure.cpp
  321     static_cast<IntervalPressure&>(P).TopIdx = getCurrSlot();
  333     static_cast<IntervalPressure&>(P).BottomIdx = getCurrSlot();
  903     SlotIdx = getCurrSlot();
  951     SlotIndex SlotIdx = getCurrSlot();
 1306       SlotIndex CurrIdx = getCurrSlot();