Computer Laboratory

tesla::InstInstrumentation Class Referenceabstract

Detailed Description

Instrumentation on a single instruction that does not change control flow.

Definition at line 83 of file Instrumentation.h.

#include "Instrumentation.h"

+ Inheritance diagram for tesla::InstInstrumentation:

Public Member Functions

virtual bool Instrument (llvm::Instruction &)=0
 Optionally decorate an instruction with calls to instrumentation. More...
 

Member Function Documentation

virtual bool tesla::InstInstrumentation::Instrument ( llvm::Instruction &  )
pure virtual

Optionally decorate an instruction with calls to instrumentation.

Returns
whether or not any instrumentation was actually added.

Implemented in tesla::CallerInstrumentation.


The documentation for this class was generated from the following file: