LLVM  3.7.0
Public Member Functions | List of all members
llvm::ScheduleDAGMutation Class Referenceabstract

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

#include <MachineScheduler.h>

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

Constructor & Destructor Documentation

virtual llvm::ScheduleDAGMutation::~ScheduleDAGMutation ( )
inlinevirtual

Definition at line 213 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: