LLVM 19.0.0git
Namespaces | Typedefs
RegAllocCommon.h File Reference
#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 TargetRegisterClass &RC)> llvm::RegClassFilterFunc
 Filter function for register classes during regalloc.