|
LLVM
3.7.0
|
#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/TargetRegisterInfo.h"#include "llvm/Target/TargetSubtargetInfo.h"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "post-RA-sched" |
Functions | |
| static const SDep * | CriticalPathStep (const SUnit *SU) |
| CriticalPathStep - Return the next SUnit after SU on the bottom-up critical path. More... | |
| #define DEBUG_TYPE "post-RA-sched" |
Definition at line 28 of file CriticalAntiDepBreaker.cpp.
CriticalPathStep - Return the next SUnit after SU on the bottom-up critical path.
Definition at line 130 of file CriticalAntiDepBreaker.cpp.
References llvm::SDep::Anti, llvm::SUnit::getDepth(), P, and llvm::SUnit::Preds.
Referenced by llvm::CriticalAntiDepBreaker::BreakAntiDependencies().
1.8.6