LLVM 22.0.0git
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.

Referenced by MachineSchedContext(), and operator=().

◆ MachineSchedContext() [2/2]

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

References MachineSchedContext().

◆ ~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

References MachineSchedContext().

Member Data Documentation

◆ AA

AAResults* llvm::MachineSchedContext::AA = nullptr

◆ LIS

LiveIntervals* llvm::MachineSchedContext::LIS = nullptr

Definition at line 149 of file MachineScheduler.h.

Referenced by llvm::impl_detail::MachineSchedulerImpl::run().

◆ MDT

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

Definition at line 146 of file MachineScheduler.h.

Referenced by llvm::impl_detail::MachineSchedulerImpl::run().

◆ MF

◆ MLI

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

◆ RegClassInfo

RegisterClassInfo* llvm::MachineSchedContext::RegClassInfo

◆ TM


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