LLVM 23.0.0git
HexagonGlobalRegion.cpp File Reference

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "global_sched"

Functions

static bool isPredicatedDef (MachineInstr *MI, unsigned Reg, const HexagonInstrInfo *QII)
static void dumpRI (const TargetRegisterInfo *TRI, BitVector &Set)

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "global_sched"

Definition at line 15 of file HexagonGlobalRegion.cpp.

Function Documentation

◆ dumpRI()

void dumpRI ( const TargetRegisterInfo * TRI,
BitVector & Set )
static

Definition at line 122 of file HexagonGlobalRegion.cpp.

References llvm::dbgs(), LLVM_DEBUG, llvm::printReg(), and TRI.

Referenced by llvm::LivenessInfo::UpdateLiveness().

◆ isPredicatedDef()