LLVM API Documentation

ScheduleDAG.h File Reference

#include "llvm/CodeGen/SelectionDAG.h"

Include dependency graph for ScheduleDAG.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  llvm

Classes

class  llvm::HazardRecognizer
class  llvm::ScheduleDAG

Functions

ScheduleDAGllvm::createBFS_DAGScheduler (SelectionDAG &DAG, MachineBasicBlock *BB)
ScheduleDAGllvm::createSimpleDAGScheduler (bool NoItins, SelectionDAG &DAG, MachineBasicBlock *BB)
ScheduleDAGllvm::createBURRListDAGScheduler (SelectionDAG &DAG, MachineBasicBlock *BB)
ScheduleDAGllvm::createTDListDAGScheduler (SelectionDAG &DAG, MachineBasicBlock *BB, HazardRecognizer *HR)