LLVM API Documentation

llvm::InstrIssueDelta Struct Reference

#include <TargetSchedInfo.h>

Collaboration diagram for llvm::InstrIssueDelta:

Collaboration graph
[legend]
List of all members.

Public Attributes

MachineOpCode opCode
bool isSingleIssue
bool breaksGroup
CycleCount_t numBubbles

Detailed Description

Definition at line 108 of file TargetSchedInfo.h.


Member Data Documentation

bool llvm::InstrIssueDelta::breaksGroup

Definition at line 111 of file TargetSchedInfo.h.

bool llvm::InstrIssueDelta::isSingleIssue

Definition at line 110 of file TargetSchedInfo.h.

CycleCount_t llvm::InstrIssueDelta::numBubbles

Definition at line 112 of file TargetSchedInfo.h.

MachineOpCode llvm::InstrIssueDelta::opCode

Definition at line 109 of file TargetSchedInfo.h.


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