LLVM
8.0.1
|
#include "Target/AMDGPU/SIMachineScheduler.h"
Public Attributes | |
std::vector< SIScheduleBlock * > | Blocks |
std::vector< int > | TopDownIndex2Block |
std::vector< int > | TopDownBlock2Index |
Definition at line 214 of file SIMachineScheduler.h.
std::vector<SIScheduleBlock*> llvm::SIScheduleBlocks::Blocks |
Definition at line 215 of file SIMachineScheduler.h.
Referenced by llvm::SIScheduleBlockCreator::getBlocks().
std::vector<int> llvm::SIScheduleBlocks::TopDownBlock2Index |
Definition at line 217 of file SIMachineScheduler.h.
Referenced by llvm::SIScheduleBlockCreator::getBlocks(), and llvm::SIScheduleBlockScheduler::SIScheduleBlockScheduler().
std::vector<int> llvm::SIScheduleBlocks::TopDownIndex2Block |
Definition at line 216 of file SIMachineScheduler.h.
Referenced by llvm::SIScheduleBlockCreator::getBlocks(), and llvm::SIScheduleBlockScheduler::SIScheduleBlockScheduler().