LLVM API Documentation
#include <SchedGraph.h>
Collaboration diagram for llvm::SchedGraphSet:
Public Types | |
typedef std::vector< SchedGraph * >::const_iterator | iterator |
typedef std::vector< SchedGraph * >::const_iterator | const_iterator |
Public Member Functions | |
SchedGraphSet (const Function *function, const TargetMachine &target) | |
~SchedGraphSet () | |
std::vector< SchedGraph * >::const_iterator | begin () const |
std::vector< SchedGraph * >::const_iterator | end () const |
void | dump () const |
Definition at line 154 of file SchedGraph.h.
typedef std::vector<SchedGraph*>::const_iterator llvm::SchedGraphSet::const_iterator |
Definition at line 172 of file SchedGraph.h.
typedef std::vector<SchedGraph*>::const_iterator llvm::SchedGraphSet::iterator |
Definition at line 171 of file SchedGraph.h.
llvm::SchedGraphSet::SchedGraphSet | ( | const Function * | function, | |
const TargetMachine & | target | |||
) |
llvm::SchedGraphSet::~SchedGraphSet | ( | ) |
std::vector<SchedGraph*>::const_iterator llvm::SchedGraphSet::begin | ( | ) | const [inline] |
void llvm::SchedGraphSet::dump | ( | ) | const |
Definition at line 669 of file SchedGraph.cpp.
References begin(), end(), llvm::Value::getName(), and I.
std::vector<SchedGraph*>::const_iterator llvm::SchedGraphSet::end | ( | ) | const [inline] |