LLVM 22.0.0git
llvm::RegAllocFastPass::Options Struct Reference

#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

Detailed Description

Definition at line 19 of file RegAllocFast.h.

Constructor & Destructor Documentation

◆ Options()

llvm::RegAllocFastPass::Options::Options ( RegAllocFilterFunc F = nullptr,
StringRef FN = "all",
bool CV = true )
inline

Definition at line 23 of file RegAllocFast.h.

References ClearVRegs, F, Filter, FilterName, and llvm::move().

Member Data Documentation

◆ ClearVRegs

bool llvm::RegAllocFastPass::Options::ClearVRegs

Definition at line 22 of file RegAllocFast.h.

Referenced by Options().

◆ Filter

RegAllocFilterFunc llvm::RegAllocFastPass::Options::Filter

Definition at line 20 of file RegAllocFast.h.

Referenced by Options().

◆ FilterName

StringRef llvm::RegAllocFastPass::Options::FilterName

Definition at line 21 of file RegAllocFast.h.

Referenced by Options().


The documentation for this struct was generated from the following file: