LLVM 20.0.0git
|
#include "AArch64PBQPRegAlloc.h"
#include "AArch64.h"
#include "AArch64InstrInfo.h"
#include "AArch64RegisterInfo.h"
#include "llvm/CodeGen/LiveIntervals.h"
#include "llvm/CodeGen/MachineBasicBlock.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/RegAllocPBQP.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "aarch64-pbqp" |
Functions | |
static bool | regJustKilledBefore (const LiveIntervals &LIs, unsigned reg, const MachineInstr &MI) |
#define DEBUG_TYPE "aarch64-pbqp" |
Definition at line 30 of file AArch64PBQPRegAlloc.cpp.
|
static |
Definition at line 314 of file AArch64PBQPRegAlloc.cpp.
References llvm::LiveRange::expiredAt(), llvm::LiveIntervals::getInstructionIndex(), llvm::LiveIntervals::getInterval(), and MI.
Referenced by llvm::A57ChainingConstraint::apply().