|
LLVM
4.0.0
|
#include <SIMachineScheduler.h>
Public Attributes | |
| std::vector< SIScheduleBlock * > | Blocks |
| std::vector< int > | TopDownIndex2Block |
| std::vector< int > | TopDownBlock2Index |
Definition at line 209 of file SIMachineScheduler.h.
| std::vector<SIScheduleBlock*> llvm::SIScheduleBlocks::Blocks |
Definition at line 210 of file SIMachineScheduler.h.
Referenced by llvm::SIScheduleBlockCreator::getBlocks().
| std::vector<int> llvm::SIScheduleBlocks::TopDownBlock2Index |
Definition at line 212 of file SIMachineScheduler.h.
Referenced by llvm::SIScheduleBlockCreator::getBlocks(), and llvm::SIScheduleBlockScheduler::SIScheduleBlockScheduler().
| std::vector<int> llvm::SIScheduleBlocks::TopDownIndex2Block |
Definition at line 211 of file SIMachineScheduler.h.
Referenced by llvm::SIScheduleBlockCreator::getBlocks(), and llvm::SIScheduleBlockScheduler::SIScheduleBlockScheduler().
1.8.6