LLVM
8.0.1
|
Mutate the DAG as a postpass after normal DAG building. More...
#include "llvm/CodeGen/ScheduleDAGMutation.h"
Public Member Functions | |
virtual | ~ScheduleDAGMutation ()=default |
virtual void | apply (ScheduleDAGInstrs *DAG)=0 |
Mutate the DAG as a postpass after normal DAG building.
Definition at line 23 of file ScheduleDAGMutation.h.
|
virtualdefault |
|
pure virtual |