LLVM 19.0.0git
Public Attributes | List of all members
llvm::mca::CriticalDependency Struct Reference

A critical data dependency descriptor. More...

#include "llvm/MCA/Instruction.h"

Public Attributes

unsigned IID
 
MCPhysReg RegID
 
unsigned Cycles
 

Detailed Description

A critical data dependency descriptor.

Field RegID is set to the invalid register for memory dependencies.

Definition at line 185 of file Instruction.h.

Member Data Documentation

◆ Cycles

unsigned llvm::mca::CriticalDependency::Cycles

◆ IID

unsigned llvm::mca::CriticalDependency::IID

◆ RegID

MCPhysReg llvm::mca::CriticalDependency::RegID

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