LLVM 22.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::MachineSchedContext Struct Reference

MachineSchedContext provides enough context from the MachineScheduler pass for the target to instantiate a scheduler. More...

#include "llvm/CodeGen/MachineScheduler.h"

Inheritance diagram for llvm::MachineSchedContext:
[legend]

Public Member Functions

 MachineSchedContext ()
 
MachineSchedContextoperator= (const MachineSchedContext &other)=delete
 
 MachineSchedContext (const MachineSchedContext &other)=delete
 
virtual ~MachineSchedContext ()
 

Public Attributes

MachineFunctionMF = nullptr
 
const MachineLoopInfoMLI = nullptr
 
const MachineDominatorTreeMDT = nullptr
 
const TargetMachineTM = nullptr
 
AAResultsAA = nullptr
 
LiveIntervalsLIS = nullptr
 
RegisterClassInfoRegClassInfo
 

Detailed Description

MachineSchedContext provides enough context from the MachineScheduler pass for the target to instantiate a scheduler.

Definition at line 143 of file MachineScheduler.h.

Constructor & Destructor Documentation

◆ MachineSchedContext() [1/2]

MachineSchedContext::MachineSchedContext ( )

Definition at line 309 of file MachineScheduler.cpp.

References RegClassInfo.

◆ MachineSchedContext() [2/2]

llvm::MachineSchedContext::MachineSchedContext ( const MachineSchedContext other)
delete

◆ ~MachineSchedContext()

MachineSchedContext::~MachineSchedContext ( )
virtual

Definition at line 313 of file MachineScheduler.cpp.

References RegClassInfo.

Member Function Documentation

◆ operator=()

MachineSchedContext & llvm::MachineSchedContext::operator= ( const MachineSchedContext other)
delete

Member Data Documentation

◆ AA

AAResults* llvm::MachineSchedContext::AA = nullptr

Definition at line 148 of file MachineScheduler.h.

Referenced by llvm::WindowScheduler::preProcess().

◆ LIS

LiveIntervals* llvm::MachineSchedContext::LIS = nullptr

◆ MDT

const MachineDominatorTree* llvm::MachineSchedContext::MDT = nullptr

Definition at line 146 of file MachineScheduler.h.

◆ MF

MachineFunction* llvm::MachineSchedContext::MF = nullptr

Definition at line 144 of file MachineScheduler.h.

◆ MLI

const MachineLoopInfo* llvm::MachineSchedContext::MLI = nullptr

Definition at line 145 of file MachineScheduler.h.

◆ RegClassInfo

RegisterClassInfo* llvm::MachineSchedContext::RegClassInfo

◆ TM

const TargetMachine* llvm::MachineSchedContext::TM = nullptr

Definition at line 147 of file MachineScheduler.h.

Referenced by llvm::WindowScheduler::createMachineScheduler().


The documentation for this struct was generated from the following files: