Searched refs:HotnessThresholdParser (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Remarks/ |
| H A D | HotnessThresholdParser.h | 45 class HotnessThresholdParser : public cl::parser<Optional<uint64_t>> { 47 HotnessThresholdParser(cl::Option &O) : cl::parser<Optional<uint64_t>>(O) {} in HotnessThresholdParser() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto2/ |
| H A D | llvm-lto2.cpp | 108 cl::opt<Optional<uint64_t>, false, remarks::HotnessThresholdParser>
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/ |
| H A D | LTOCodeGenerator.cpp | 92 cl::opt<Optional<uint64_t>, false, remarks::HotnessThresholdParser>
|
| H A D | ThinLTOCodeGenerator.cpp | 79 extern cl::opt<Optional<uint64_t>, false, remarks::HotnessThresholdParser>
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llc/ |
| H A D | llc.cpp | 155 static cl::opt<Optional<uint64_t>, false, remarks::HotnessThresholdParser>
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/opt/ |
| H A D | opt.cpp | 292 static cl::opt<Optional<uint64_t>, false, remarks::HotnessThresholdParser>
|