LLVM API Documentation
#include "SchedGraph.h"#include "llvm/Function.h"#include "llvm/Instructions.h"#include "llvm/CodeGen/MachineFunction.h"#include "llvm/Target/TargetInstrInfo.h"#include "llvm/Target/TargetMachine.h"#include "../MachineCodeForInstruction.h"#include "../SparcV9RegInfo.h"#include "../SparcV9InstrInfo.h"#include "llvm/ADT/STLExtras.h"#include <iostream>Include dependency graph for SchedGraph.cpp:

Go to the source code of this file.
Namespaces | |
| namespace | llvm |
Classes | |
| struct | llvm::RefVec |
| struct | llvm::RegToRefVecMap |
| struct | llvm::ValueToDefVecMap |
Variables | |
| static const int | llvm::SG_LOAD_REF = 0 |
| static const int | llvm::SG_STORE_REF = 1 |
| static const int | llvm::SG_CALL_REF = 2 |
| static const unsigned int | llvm::SG_DepOrderArray [][3] |