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