LLVM: llvm::SIScheduleBlocks Struct Reference (original) (raw)

#include "[Target/AMDGPU/SIMachineScheduler.h](SIMachineScheduler%5F8h%5Fsource.html)"

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 llvm::SIScheduleBlocks::TopDownBlock2Index

Definition at line 213 of file SIMachineScheduler.h.

Referenced by llvm::SIScheduleBlockCreator::getBlocks(), and llvm::SIScheduleBlockScheduler::SIScheduleBlockScheduler().

TopDownIndex2Block

std::vector llvm::SIScheduleBlocks::TopDownIndex2Block

Definition at line 212 of file SIMachineScheduler.h.

Referenced by llvm::SIScheduleBlockCreator::getBlocks(), and llvm::SIScheduleBlockScheduler::SIScheduleBlockScheduler().


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