Home
last modified time | relevance | path

Searched refs:HotnessThresholdParser (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DHotnessThresholdParser.h46 class HotnessThresholdParser : public cl::parser<std::optional<uint64_t>> {
48 HotnessThresholdParser(cl::Option &O) : cl::parser<std::optional<uint64_t>>(O) {} in HotnessThresholdParser() function
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp81 cl::opt<std::optional<uint64_t>, false, remarks::HotnessThresholdParser>
H A DThinLTOCodeGenerator.cpp79 extern cl::opt<std::optional<uint64_t>, false, remarks::HotnessThresholdParser>
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp153 static cl::opt<std::optional<uint64_t>, false, remarks::HotnessThresholdParser>
/freebsd/contrib/llvm-project/llvm/tools/opt/
H A Doptdriver.cpp263 static cl::opt<std::optional<uint64_t>, false, remarks::HotnessThresholdParser>
/freebsd/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp177 static cl::opt<std::optional<uint64_t>, false, remarks::HotnessThresholdParser>