LLVM API Documentation

Defines | Functions | Variables
AggressiveAntiDepBreaker.cpp File Reference
#include "AggressiveAntiDepBreaker.h"
#include "llvm/CodeGen/MachineBasicBlock.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/CodeGen/RegisterClassInfo.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Target/TargetInstrInfo.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/TargetRegisterInfo.h"
Include dependency graph for AggressiveAntiDepBreaker.cpp:

Go to the source code of this file.

Defines

#define DEBUG_TYPE   "post-RA-sched"

Functions

static void AntiDepEdges (const SUnit *SU, std::vector< const SDep * > &Edges)
static const SUnitCriticalPathStep (const SUnit *SU)

Variables

static cl::opt< intDebugDiv ("agg-antidep-debugdiv", cl::desc("Debug control for aggressive anti-dep breaker"), cl::init(0), cl::Hidden)
static cl::opt< intDebugMod ("agg-antidep-debugmod", cl::desc("Debug control for aggressive anti-dep breaker"), cl::init(0), cl::Hidden)

Define Documentation

#define DEBUG_TYPE   "post-RA-sched"

Definition at line 31 of file AggressiveAntiDepBreaker.cpp.


Function Documentation

static void AntiDepEdges ( const SUnit SU,
std::vector< const SDep * > &  Edges 
) [static]
static const SUnit* CriticalPathStep ( const SUnit SU) [static]

Variable Documentation

cl::opt<int> DebugDiv("agg-antidep-debugdiv", cl::desc("Debug control for aggressive anti-dep breaker"), cl::init(0), cl::Hidden) [static]
cl::opt<int> DebugMod("agg-antidep-debugmod", cl::desc("Debug control for aggressive anti-dep breaker"), cl::init(0), cl::Hidden) [static]