Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DHotnessThresholdParser.h45 class HotnessThresholdParser : public cl::parser<std::optional<uint64_t>> {
47 HotnessThresholdParser(cl::Option &O) : cl::parser<std::optional<uint64_t>>(O) {} in HotnessThresholdParser() function
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp133 cl::opt<std::optional<uint64_t>, false, remarks::HotnessThresholdParser>
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp89 cl::opt<std::optional<uint64_t>, false, remarks::HotnessThresholdParser>
H A DThinLTOCodeGenerator.cpp82 extern cl::opt<std::optional<uint64_t>, false, remarks::HotnessThresholdParser>
/freebsd-14.2/contrib/llvm-project/llvm/tools/opt/
H A Dopt.cpp254 static cl::opt<std::optional<uint64_t>, false, remarks::HotnessThresholdParser>
/freebsd-14.2/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp166 static cl::opt<std::optional<uint64_t>, false, remarks::HotnessThresholdParser>