LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | 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 dependency graph for CriticalAntiDepBreaker.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "post-RA-sched"
 

Functions

static const SDepCriticalPathStep (const SUnit *SU)
 

Macro Definition Documentation

#define DEBUG_TYPE   "post-RA-sched"

Definition at line 16 of file CriticalAntiDepBreaker.cpp.

Function Documentation

static const SDep* CriticalPathStep ( const SUnit SU)
static

CriticalPathStep - Return the next SUnit after SU on the bottom-up critical path.

Definition at line 126 of file CriticalAntiDepBreaker.cpp.

References llvm::SDep::Anti, llvm::SUnit::getDepth(), P, and llvm::SUnit::Preds.

Referenced by llvm::CriticalAntiDepBreaker::BreakAntiDependencies().