LLVM  3.7.0
Public Attributes | List of all members
llvm::MachineTraceMetrics::InstrCycles Struct Reference

InstrCycles represents the cycle height and depth of an instruction in a trace. More...

#include <MachineTraceMetrics.h>

Collaboration diagram for llvm::MachineTraceMetrics::InstrCycles:
[legend]

Public Attributes

unsigned Depth
 Earliest issue cycle as determined by data dependencies and instruction latencies from the beginning of the trace. More...
 
unsigned Height
 Minimum number of cycles from this instruction is issued to the of the trace, as determined by data dependencies and instruction latencies. More...
 

Detailed Description

InstrCycles represents the cycle height and depth of an instruction in a trace.

Definition at line 222 of file MachineTraceMetrics.h.

Member Data Documentation

unsigned llvm::MachineTraceMetrics::InstrCycles::Depth

Earliest issue cycle as determined by data dependencies and instruction latencies from the beginning of the trace.

Data dependencies from before the trace are not included.

Definition at line 226 of file MachineTraceMetrics.h.

Referenced by llvm::MachineTraceMetrics::Trace::getInstrSlack().

unsigned llvm::MachineTraceMetrics::InstrCycles::Height

Minimum number of cycles from this instruction is issued to the of the trace, as determined by data dependencies and instruction latencies.

Definition at line 230 of file MachineTraceMetrics.h.

Referenced by llvm::MachineTraceMetrics::Trace::getInstrSlack().


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