|
LLVM 23.0.0git
|
#include "HexagonGlobalRegion.h"#include "HexagonTargetMachine.h"#include "llvm/Support/raw_ostream.h"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) |
| #define DEBUG_TYPE "global_sched" |
Definition at line 15 of file HexagonGlobalRegion.cpp.
|
static |
Definition at line 122 of file HexagonGlobalRegion.cpp.
References llvm::dbgs(), LLVM_DEBUG, llvm::printReg(), and TRI.
Referenced by llvm::LivenessInfo::UpdateLiveness().
|
static |
Definition at line 46 of file HexagonGlobalRegion.cpp.
References llvm::dbgs(), llvm::MachineOperand::getReg(), llvm::MachineBasicBlock::instr_end(), llvm::MachineOperand::isDead(), llvm::MachineOperand::isDef(), llvm::HexagonInstrInfo::isPredicated(), llvm::MachineOperand::isReg(), LLVM_DEBUG, MI, and Reg.
Referenced by llvm::LivenessInfo::parseOperands().