|
LLVM 22.0.0git
|
#include "CriticalAntiDepBreaker.h"#include "llvm/ADT/ArrayRef.h"#include "llvm/ADT/DenseMap.h"#include "llvm/ADT/SmallVector.h"#include "llvm/CodeGen/MachineBasicBlock.h"#include "llvm/CodeGen/MachineFrameInfo.h"#include "llvm/CodeGen/MachineFunction.h"#include "llvm/CodeGen/MachineInstr.h"#include "llvm/CodeGen/MachineOperand.h"#include "llvm/CodeGen/MachineRegisterInfo.h"#include "llvm/CodeGen/RegisterClassInfo.h"#include "llvm/CodeGen/ScheduleDAG.h"#include "llvm/CodeGen/TargetInstrInfo.h"#include "llvm/CodeGen/TargetRegisterInfo.h"#include "llvm/CodeGen/TargetSubtargetInfo.h"#include "llvm/MC/MCInstrDesc.h"#include "llvm/MC/MCRegisterInfo.h"#include "llvm/Support/Debug.h"#include "llvm/Support/raw_ostream.h"#include <cassert>#include <utility>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. | |
| #define DEBUG_TYPE "post-RA-sched" |
Definition at line 39 of file CriticalAntiDepBreaker.cpp.
CriticalPathStep - Return the next SUnit after SU on the bottom-up critical path.
Definition at line 140 of file CriticalAntiDepBreaker.cpp.
References llvm::SDep::Anti, llvm::SUnit::getDepth(), llvm::Next, P, and llvm::SUnit::Preds.