|
LLVM
8.0.1
|
#include "AArch64PBQPRegAlloc.h"#include "AArch64.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 18 of file AArch64PBQPRegAlloc.cpp.
|
static |
Definition at line 320 of file AArch64PBQPRegAlloc.cpp.
References llvm::LiveRange::expiredAt(), llvm::LiveIntervals::getInstructionIndex(), llvm::LiveIntervals::getInterval(), and SI.
Referenced by llvm::A57ChainingConstraint::apply().
1.8.13