LLVM API Documentation

Public Member Functions | Public Attributes
llvm::GenericSchedulerBase::CandPolicy Struct Reference

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

#include <MachineScheduler.h>

Collaboration diagram for llvm::GenericSchedulerBase::CandPolicy:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 CandPolicy ()

Public Attributes

bool ReduceLatency
unsigned ReduceResIdx
unsigned DemandResIdx

Detailed Description

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

Definition at line 757 of file MachineScheduler.h.


Constructor & Destructor Documentation

Definition at line 762 of file MachineScheduler.h.


Member Data Documentation

Definition at line 758 of file MachineScheduler.h.

Referenced by llvm::GenericSchedulerBase::setPolicy().


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