LLVM 22.0.0git
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.

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

Member Data Documentation

◆ Filter

RegAllocFilterFunc RAGreedyPass::Options::Filter

Definition at line 21 of file RegAllocGreedyPass.h.

Referenced by Options().

◆ FilterName

StringRef RAGreedyPass::Options::FilterName

Definition at line 22 of file RegAllocGreedyPass.h.

Referenced by Options().


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