LLVM 19.0.0git
Public Attributes | List of all members
llvm::RegAllocFastPassOptions Struct Reference

#include "llvm/CodeGen/RegAllocFast.h"

Public Attributes

RegClassFilterFunc Filter = nullptr
 
StringRef FilterName = "all"
 
bool ClearVRegs = true
 

Detailed Description

Definition at line 17 of file RegAllocFast.h.

Member Data Documentation

◆ ClearVRegs

bool llvm::RegAllocFastPassOptions::ClearVRegs = true

◆ Filter

RegClassFilterFunc llvm::RegAllocFastPassOptions::Filter = nullptr

Definition at line 18 of file RegAllocFast.h.

Referenced by llvm::RegAllocFastPass::run().

◆ FilterName

StringRef llvm::RegAllocFastPassOptions::FilterName = "all"

Definition at line 19 of file RegAllocFast.h.

Referenced by llvm::RegAllocFastPass::printPipeline().


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