LLVM: llvm::MachineTraceMetrics::InstrCycles Struct Reference (original) (raw)
InstrCycles represents the cycle height and depth of an instruction in a trace. More...
#include "[llvm/CodeGen/MachineTraceMetrics.h](MachineTraceMetrics%5F8h%5Fsource.html)"
| Public Attributes | |
|---|---|
| unsigned | Depth |
| Earliest issue cycle as determined by data dependencies and instruction latencies from the beginning of the trace. | |
| unsigned | Height |
| Minimum number of cycles from this instruction is issued to the of the trace, as determined by data dependencies and instruction latencies. |
InstrCycles represents the cycle height and depth of an instruction in a trace.
Definition at line 261 of file MachineTraceMetrics.h.
◆ Depth
unsigned llvm::MachineTraceMetrics::InstrCycles::Depth
◆ Height
unsigned llvm::MachineTraceMetrics::InstrCycles::Height
The documentation for this struct was generated from the following file:
- include/llvm/CodeGen/MachineTraceMetrics.h