LLVM API Documentation
#include "MSSchedule.h"
#include "llvm/Support/Debug.h"
#include "llvm/Target/TargetSchedInfo.h"
#include "../SparcV9Internals.h"
#include "llvm/CodeGen/MachineInstr.h"
#include <iostream>
Include dependency graph for MSSchedule.cpp:
Go to the source code of this file.
Defines | |
#define | DEBUG_TYPE "ModuloSched" |
Functions | |
bool | resourcesFree (MSchedGraphNode *, int, std::map< int, std::map< int, int > > &resourceNumPerCycle) |
#define DEBUG_TYPE "ModuloSched" |
Definition at line 13 of file MSSchedule.cpp.
bool resourcesFree | ( | MSchedGraphNode * | , | |
int | , | |||
std::map< int, std::map< int, int > > & | resourceNumPerCycle | |||
) |
Referenced by llvm::MSSchedule::insert().