LLVM API Documentation

Public Member Functions | Public Attributes
llvm::MachineSchedPolicy Struct Reference

#include <MachineScheduler.h>

Collaboration diagram for llvm::MachineSchedPolicy:
Collaboration graph
[legend]

List of all members.

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 151 of file MachineScheduler.h.


Constructor & Destructor Documentation

Definition at line 160 of file MachineScheduler.h.


Member Data Documentation


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