LLVM 20.0.0git
|
#include "Target/AMDGPU/SIMachineScheduler.h"
Public Attributes | |
std::vector< SIScheduleBlock * > | Blocks |
std::vector< int > | TopDownIndex2Block |
std::vector< int > | TopDownBlock2Index |
Definition at line 210 of file SIMachineScheduler.h.
std::vector<SIScheduleBlock*> llvm::SIScheduleBlocks::Blocks |
Definition at line 211 of file SIMachineScheduler.h.
Referenced by llvm::SIScheduleBlockCreator::getBlocks().
std::vector<int> llvm::SIScheduleBlocks::TopDownBlock2Index |
Definition at line 213 of file SIMachineScheduler.h.
Referenced by llvm::SIScheduleBlockCreator::getBlocks(), and llvm::SIScheduleBlockScheduler::SIScheduleBlockScheduler().
std::vector<int> llvm::SIScheduleBlocks::TopDownIndex2Block |
Definition at line 212 of file SIMachineScheduler.h.
Referenced by llvm::SIScheduleBlockCreator::getBlocks(), and llvm::SIScheduleBlockScheduler::SIScheduleBlockScheduler().