LLVM 20.0.0git
Namespaces | Typedefs
RegAllocCommon.h File Reference
#include "llvm/CodeGen/Register.h"
#include <functional>

Go to the source code of this file.

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 

Typedefs

typedef std::function< bool(const TargetRegisterInfo &TRI, const MachineRegisterInfo &MRI, const Register Reg)> llvm::RegAllocFilterFunc
 Filter function for register classes during regalloc.