LLVM 22.0.0git
Public Member Functions | Public Attributes | List of all members
RAGreedyPass::Options Struct Reference

#include "llvm/CodeGen/RegAllocGreedyPass.h"

Public Member Functions

 Options (RegAllocFilterFunc F=nullptr, StringRef FN="all")
 

Public Attributes

RegAllocFilterFunc Filter
 
StringRef FilterName
 

Detailed Description

Definition at line 20 of file RegAllocGreedyPass.h.

Constructor & Destructor Documentation

◆ Options()

RAGreedyPass::Options::Options ( RegAllocFilterFunc  F = nullptr,
StringRef  FN = "all" 
)
inline

Definition at line 23 of file RegAllocGreedyPass.h.

Member Data Documentation

◆ Filter

RegAllocFilterFunc RAGreedyPass::Options::Filter

Definition at line 21 of file RegAllocGreedyPass.h.

◆ FilterName

StringRef RAGreedyPass::Options::FilterName

Definition at line 22 of file RegAllocGreedyPass.h.


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