LLVM 22.0.0git
llvm::DefaultEvictionAdvisor Class Reference

#include "llvm/CodeGen/RegAllocEvictionAdvisor.h"

Inheritance diagram for llvm::DefaultEvictionAdvisor:
[legend]

Public Member Functions

 DefaultEvictionAdvisor (const MachineFunction &MF, const RAGreedy &RA)
Public Member Functions inherited from llvm::RegAllocEvictionAdvisor
 RegAllocEvictionAdvisor (const RegAllocEvictionAdvisor &)=delete
 RegAllocEvictionAdvisor (RegAllocEvictionAdvisor &&)=delete
virtual ~RegAllocEvictionAdvisor ()=default
bool isUnusedCalleeSavedReg (MCRegister PhysReg) const
 Returns true if the given PhysReg is a callee saved register and has not been used for allocation yet.

Additional Inherited Members

Protected Member Functions inherited from llvm::RegAllocEvictionAdvisor
 RegAllocEvictionAdvisor (const MachineFunction &MF, const RAGreedy &RA)
bool canReassign (const LiveInterval &VirtReg, MCRegister FromReg) const
std::optional< unsignedgetOrderLimit (const LiveInterval &VirtReg, const AllocationOrder &Order, unsigned CostPerUseLimit) const
bool canAllocatePhysReg (unsigned CostPerUseLimit, MCRegister PhysReg) const
Protected Attributes inherited from llvm::RegAllocEvictionAdvisor
const MachineFunctionMF
const RAGreedyRA
LiveRegMatrix *const Matrix
LiveIntervals *const LIS
VirtRegMap *const VRM
MachineRegisterInfo *const MRI
const TargetRegisterInfo *const TRI
const RegisterClassInfoRegClassInfo
const ArrayRef< uint8_tRegCosts
const bool EnableLocalReassign
 Run or not the local reassignment heuristic.

Detailed Description

Definition at line 282 of file RegAllocEvictionAdvisor.h.

Constructor & Destructor Documentation

◆ DefaultEvictionAdvisor()

llvm::DefaultEvictionAdvisor::DefaultEvictionAdvisor ( const MachineFunction & MF,
const RAGreedy & RA )
inline

The documentation for this class was generated from the following files: