LLVM  3.7.0
Public Member Functions | Public Attributes | List of all members
llvm::MachineSchedPolicy Struct Reference

Define a generic scheduling policy for targets that don't provide their own MachineSchedStrategy. More...

#include <MachineScheduler.h>

Collaboration diagram for llvm::MachineSchedPolicy:
[legend]

Public Member Functions

 MachineSchedPolicy ()
 

Public Attributes

bool ShouldTrackPressure
 
bool OnlyTopDown
 
bool OnlyBottomUp
 

Detailed Description

Define a generic scheduling policy for targets that don't provide their own MachineSchedStrategy.

This can be overriden for each scheduling region before building the DAG.

Definition at line 150 of file MachineScheduler.h.

Constructor & Destructor Documentation

llvm::MachineSchedPolicy::MachineSchedPolicy ( )
inline

Definition at line 159 of file MachineScheduler.h.

Member Data Documentation

bool llvm::MachineSchedPolicy::OnlyBottomUp
bool llvm::MachineSchedPolicy::OnlyTopDown
bool llvm::MachineSchedPolicy::ShouldTrackPressure

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