Searched refs:HWInstructionRetiredEvent (Results 1 – 3 of 3) sorted by relevance
93 class HWInstructionRetiredEvent : public HWInstructionEvent {95 HWInstructionRetiredEvent(const InstRef &IR, ArrayRef<unsigned> Regs) in HWInstructionRetiredEvent() function
61 notifyEvent<HWInstructionEvent>(HWInstructionRetiredEvent(IR, FreedRegs)); in notifyInstructionRetired()
82 const auto &RE = static_cast<const HWInstructionRetiredEvent &>(Event); in onEvent()