LLVM 22.0.0git
CriticalAntiDepBreaker.cpp File Reference

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "post-RA-sched"

Functions

static const SDepCriticalPathStep (const SUnit *SU)
 CriticalPathStep - Return the next SUnit after SU on the bottom-up critical path.

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "post-RA-sched"

Definition at line 39 of file CriticalAntiDepBreaker.cpp.

Function Documentation

◆ CriticalPathStep()

const SDep * CriticalPathStep ( const SUnit * SU)
static

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.