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"
#include "llvm/Target/TargetSubtargetInfo.h"
Go to the source code of this file.
Defines | |
#define | DEBUG_TYPE "post-RA-sched" |
Functions | |
static const SDep * | CriticalPathStep (const SUnit *SU) |
#define DEBUG_TYPE "post-RA-sched" |
Definition at line 29 of file CriticalAntiDepBreaker.cpp.
static const SDep* CriticalPathStep | ( | const SUnit * | SU | ) | [static] |
CriticalPathStep - Return the next SUnit after SU on the bottom-up critical path.
Definition at line 131 of file CriticalAntiDepBreaker.cpp.
References llvm::SDep::Anti, llvm::SmallVectorTemplateCommon< T, typename >::begin(), llvm::SmallVectorTemplateCommon< T, typename >::end(), llvm::SUnit::getDepth(), P, and llvm::SUnit::Preds.
Referenced by llvm::CriticalAntiDepBreaker::BreakAntiDependencies().