Home
last modified time | relevance | path

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

/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
/src/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp133 cl::opt<std::optional<uint64_t>, false, remarks::HotnessThresholdParser>
/src/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp88 cl::opt<std::optional<uint64_t>, false, remarks::HotnessThresholdParser>
H A DThinLTOCodeGenerator.cpp83 extern cl::opt<std::optional<uint64_t>, false, remarks::HotnessThresholdParser>
/src/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp166 static cl::opt<std::optional<uint64_t>, false, remarks::HotnessThresholdParser>
/src/contrib/llvm-project/llvm/tools/opt/
H A Doptdriver.cpp255 static cl::opt<std::optional<uint64_t>, false, remarks::HotnessThresholdParser>