Searched refs:HotnessThresholdParser (Results 1 – 6 of 6) sorted by relevance
| /src/contrib/llvm-project/llvm/include/llvm/Remarks/ |
| H A D | HotnessThresholdParser.h | 45 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 D | llvm-lto2.cpp | 133 cl::opt<std::optional<uint64_t>, false, remarks::HotnessThresholdParser>
|
| /src/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTOCodeGenerator.cpp | 88 cl::opt<std::optional<uint64_t>, false, remarks::HotnessThresholdParser>
|
| H A D | ThinLTOCodeGenerator.cpp | 83 extern cl::opt<std::optional<uint64_t>, false, remarks::HotnessThresholdParser>
|
| /src/contrib/llvm-project/llvm/tools/llc/ |
| H A D | llc.cpp | 166 static cl::opt<std::optional<uint64_t>, false, remarks::HotnessThresholdParser>
|
| /src/contrib/llvm-project/llvm/tools/opt/ |
| H A D | optdriver.cpp | 255 static cl::opt<std::optional<uint64_t>, false, remarks::HotnessThresholdParser>
|