class ScheduleDAGMutation

Declaration

class ScheduleDAGMutation { /* full declaration omitted */ };

Description

Mutate the DAG as a postpass after normal DAG building.

Declared at: llvm/include/llvm/CodeGen/ScheduleDAGMutation.h:22

Method Overview

Methods

virtual void anchor()

Declared at: llvm/include/llvm/CodeGen/ScheduleDAGMutation.h:23

virtual void apply(llvm::ScheduleDAGInstrs* DAG)

Declared at: llvm/include/llvm/CodeGen/ScheduleDAGMutation.h:28

Parameters

llvm::ScheduleDAGInstrs* DAG

virtual ~ScheduleDAGMutation()

Declared at: llvm/include/llvm/CodeGen/ScheduleDAGMutation.h:26