Filter function for register classes during regalloc. Default register class filter is nullptr, where all registers should be allocated.
Synopsis
Declared in <llvm/CodeGen/RegAllocCommon.h>
typedef std::function<bool(TargetRegisterInfo const&, MachineRegisterInfo const&, Register const)> RegAllocFilterFunc;
Created with MrDocs