LLVM API Documentation

llvm::InstrRUsageDelta Struct Reference

#include <TargetSchedInfo.h>

Collaboration diagram for llvm::InstrRUsageDelta:

Collaboration graph
[legend]
List of all members.

Public Attributes

MachineOpCode opCode
resourceId_t resourceId
unsigned startCycle
int numCycles

Detailed Description

Definition at line 98 of file TargetSchedInfo.h.


Member Data Documentation

int llvm::InstrRUsageDelta::numCycles

Definition at line 102 of file TargetSchedInfo.h.

MachineOpCode llvm::InstrRUsageDelta::opCode

Definition at line 99 of file TargetSchedInfo.h.

resourceId_t llvm::InstrRUsageDelta::resourceId

Definition at line 100 of file TargetSchedInfo.h.

unsigned llvm::InstrRUsageDelta::startCycle

Definition at line 101 of file TargetSchedInfo.h.


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