LLVM 20.0.0git
|
#include "llvm/CodeGen/RegAllocFast.h"
Public Attributes | |
RegAllocFilterFunc | Filter = nullptr |
StringRef | FilterName = "all" |
bool | ClearVRegs = true |
Definition at line 17 of file RegAllocFast.h.
Definition at line 20 of file RegAllocFast.h.
Referenced by llvm::RegAllocFastPass::getSetProperties(), llvm::RegAllocFastPass::printPipeline(), and llvm::RegAllocFastPass::run().
RegAllocFilterFunc llvm::RegAllocFastPassOptions::Filter = nullptr |
Definition at line 18 of file RegAllocFast.h.
Referenced by llvm::RegAllocFastPass::run().
StringRef llvm::RegAllocFastPassOptions::FilterName = "all" |
Definition at line 19 of file RegAllocFast.h.
Referenced by llvm::RegAllocFastPass::printPipeline().