LLVM API Documentation

ScheduleDAG.h File Reference

#include "llvm/CodeGen/SelectionDAG.h"
#include <set>

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
struct  llvm::SUnit
class  llvm::SchedulingPriorityQueue
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::createTDRRListDAGScheduler (SelectionDAG &DAG, MachineBasicBlock *BB)
ScheduleDAGllvm::createTDListDAGScheduler (SelectionDAG &DAG, MachineBasicBlock *BB, HazardRecognizer *HR)