LLVM API Documentation

Public Member Functions
llvm::ScheduleDAGMutation Class Reference

Mutate the DAG as a postpass after normal DAG building. More...

#include <MachineScheduler.h>

List of all members.

Public Member Functions

virtual ~ScheduleDAGMutation ()
virtual void apply (ScheduleDAGMI *DAG)=0

Detailed Description

Mutate the DAG as a postpass after normal DAG building.

Definition at line 211 of file MachineScheduler.h.


Constructor & Destructor Documentation

virtual llvm::ScheduleDAGMutation::~ScheduleDAGMutation ( ) [inline, virtual]

Definition at line 214 of file MachineScheduler.h.


Member Function Documentation

virtual void llvm::ScheduleDAGMutation::apply ( ScheduleDAGMI DAG) [pure virtual]

The documentation for this class was generated from the following files: