LLVM API Documentation
#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"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "post-RA-sched" |
Functions | |
static const SDep * | CriticalPathStep (const SUnit *SU) |
#define DEBUG_TYPE "post-RA-sched" |
Definition at line 16 of file CriticalAntiDepBreaker.cpp.
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().