LLVM API Documentation

Defines | Functions
CriticalAntiDepBreaker.cpp File Reference
#include "CriticalAntiDepBreaker.h"
#include "llvm/CodeGen/MachineBasicBlock.h"
#include "llvm/CodeGen/MachineFrameInfo.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 "llvm/Target/TargetSubtargetInfo.h"
Include dependency graph for CriticalAntiDepBreaker.cpp:

Go to the source code of this file.

Defines

#define DEBUG_TYPE   "post-RA-sched"

Functions

static const SDepCriticalPathStep (const SUnit *SU)

Define Documentation

#define DEBUG_TYPE   "post-RA-sched"

Definition at line 29 of file CriticalAntiDepBreaker.cpp.


Function Documentation

static const SDep* CriticalPathStep ( const SUnit SU) [static]