LLVM 22.0.0git
|
#include "llvm/CodeGen/RegAllocFast.h"
Public Member Functions | |
Options (RegAllocFilterFunc F=nullptr, StringRef FN="all", bool CV=true) |
Public Attributes | |
RegAllocFilterFunc | Filter |
StringRef | FilterName |
bool | ClearVRegs |
Definition at line 19 of file RegAllocFast.h.
|
inline |
Definition at line 23 of file RegAllocFast.h.
References ClearVRegs, F, Filter, FilterName, and llvm::move().
bool llvm::RegAllocFastPass::Options::ClearVRegs |
Definition at line 22 of file RegAllocFast.h.
Referenced by Options().
RegAllocFilterFunc llvm::RegAllocFastPass::Options::Filter |
Definition at line 20 of file RegAllocFast.h.
Referenced by Options().
StringRef llvm::RegAllocFastPass::Options::FilterName |
Definition at line 21 of file RegAllocFast.h.
Referenced by Options().