reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
45 if (Event.Type == HWInstructionEvent::Issued) { 46 const Instruction &Inst = *Event.IR.getInstruction(); 48 } else if (Event.Type == HWInstructionEvent::Dispatched) { 49 const Instruction &Inst = *Event.IR.getInstruction(); 50 const unsigned Index = Event.IR.getSourceIndex(); 61 } else if (Event.Type == HWInstructionEvent::Executed) { 62 const Instruction &Inst = *Event.IR.getInstruction();