LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 265 of file MachineScheduler.h.

Constructor & Destructor Documentation

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

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