LLVM 19.0.0git
Public Attributes | List of all members
llvm::SIScheduleBlocks Struct Reference

#include "Target/AMDGPU/SIMachineScheduler.h"

Public Attributes

std::vector< SIScheduleBlock * > Blocks
 
std::vector< int > TopDownIndex2Block
 
std::vector< int > TopDownBlock2Index
 

Detailed Description

Definition at line 210 of file SIMachineScheduler.h.

Member Data Documentation

◆ Blocks

std::vector<SIScheduleBlock*> llvm::SIScheduleBlocks::Blocks

Definition at line 211 of file SIMachineScheduler.h.

Referenced by llvm::SIScheduleBlockCreator::getBlocks().

◆ TopDownBlock2Index

std::vector<int> llvm::SIScheduleBlocks::TopDownBlock2Index

◆ TopDownIndex2Block

std::vector<int> llvm::SIScheduleBlocks::TopDownIndex2Block

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