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

#include <SIMachineScheduler.h>

Collaboration diagram for llvm::SIScheduleBlocks:
[legend]

Public Attributes

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

Detailed Description

Definition at line 209 of file SIMachineScheduler.h.

Member Data Documentation

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
std::vector<int> llvm::SIScheduleBlocks::TopDownIndex2Block

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