LLVM 17.0.0git
|
#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 |
Functions | |
static bool | llvm::allocateAllRegClasses (const TargetRegisterInfo &, const TargetRegisterClass &) |
Default register class filter function for register allocation. | |