LLVM 19.0.0git
Classes | Namespaces | Functions
HotnessThresholdParser.h File Reference

This file implements a simple parser to decode commandline option for remarks hotness threshold that supports both int and a special 'auto' value. More...

#include "llvm/Support/CommandLine.h"
#include <optional>

Go to the source code of this file.

Classes

class  llvm::remarks::HotnessThresholdParser
 

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 
namespace  llvm::remarks
 

Functions

Expected< std::optional< uint64_t > > llvm::remarks::parseHotnessThresholdOption (StringRef Arg)
 

Detailed Description

This file implements a simple parser to decode commandline option for remarks hotness threshold that supports both int and a special 'auto' value.

Definition in file HotnessThresholdParser.h.