struct SwingSchedulerDAG::CopyToPhiMutation

Declaration

struct SwingSchedulerDAG::CopyToPhiMutation
    : public ScheduleDAGMutation { /* full declaration omitted */ };

Description

Mutate the DAG as a postpass after normal DAG building.

Declared at: llvm/include/llvm/CodeGen/MachinePipeliner.h:195

Inherits from: ScheduleDAGMutation

Method Overview

  • public void apply(llvm::ScheduleDAGInstrs * DAG)

Inherited from ScheduleDAGMutation:

Methods

ΒΆvoid apply(llvm::ScheduleDAGInstrs* DAG)

Declared at: llvm/include/llvm/CodeGen/MachinePipeliner.h:196

Parameters

llvm::ScheduleDAGInstrs* DAG