Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp23 #include "llvm/Remarks/HotnessThresholdParser.h"
133 cl::opt<std::optional<uint64_t>, false, remarks::HotnessThresholdParser>
/freebsd-src/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp46 #include "llvm/Remarks/HotnessThresholdParser.h"
88 cl::opt<std::optional<uint64_t>, false, remarks::HotnessThresholdParser>
H A DThinLTOCodeGenerator.cpp43 #include "llvm/Remarks/HotnessThresholdParser.h"
83 extern cl::opt<std::optional<uint64_t>, false, remarks::HotnessThresholdParser>
/freebsd-src/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp41 #include "llvm/Remarks/HotnessThresholdParser.h"
166 static cl::opt<std::optional<uint64_t>, false, remarks::HotnessThresholdParser>
/freebsd-src/contrib/llvm-project/llvm/tools/opt/
H A Dopt.cpp