LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::GenericSchedulerBase::CandPolicy Struct Reference

Policy for scheduling the next instruction in the candidate's zone. More...

#include "llvm/CodeGen/MachineScheduler.h"

Public Member Functions

 CandPolicy ()=default
 
bool operator== (const CandPolicy &RHS) const
 
bool operator!= (const CandPolicy &RHS) const
 

Public Attributes

bool ReduceLatency = false
 
unsigned ReduceResIdx = 0
 
unsigned DemandResIdx = 0
 

Detailed Description

Policy for scheduling the next instruction in the candidate's zone.

Definition at line 1081 of file MachineScheduler.h.

Constructor & Destructor Documentation

◆ CandPolicy()

llvm::GenericSchedulerBase::CandPolicy::CandPolicy ( )
default

Member Function Documentation

◆ operator!=()

bool llvm::GenericSchedulerBase::CandPolicy::operator!= ( const CandPolicy RHS) const
inline

Definition at line 1093 of file MachineScheduler.h.

References RHS.

◆ operator==()

bool llvm::GenericSchedulerBase::CandPolicy::operator== ( const CandPolicy RHS) const
inline

Definition at line 1088 of file MachineScheduler.h.

References DemandResIdx, ReduceLatency, ReduceResIdx, and RHS.

Member Data Documentation

◆ DemandResIdx

unsigned llvm::GenericSchedulerBase::CandPolicy::DemandResIdx = 0

◆ ReduceLatency

bool llvm::GenericSchedulerBase::CandPolicy::ReduceLatency = false

◆ ReduceResIdx

unsigned llvm::GenericSchedulerBase::CandPolicy::ReduceResIdx = 0

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